File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ React app example with data fetching by graphql
44
55- api source: https://graphqlzero.almansi.me/
66
7+ ![ demo.gif] ( ./demo.gif )
8+
79## Tech stack
810- ** UI** : ` react ` , ` antd ` , ` classnames `
911- ** Lang** : ` typescript ` (3.7+)
@@ -43,8 +45,8 @@ npm run lint (тесты линтера)
4345
4446## Structure
4547
46- - [ STRUCTURE.MD] ( /STRUCTURE.MD )
48+ - [ STRUCTURE.MD] ( /STRUCTURE.md )
4749
4850## Recommendations
4951
50- - [ RECOMMENDATIONS.MD] ( /RECOMMENDATIONS.MD )
52+ - [ RECOMMENDATIONS.MD] ( /RECOMMENDATIONS.md )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function YourComponent(props: Props) {
6868}
6969```
7070
71- > codegen by ` @graphql-codegen ` , more details in [ codegen.yml] [ /codegen.yml ]
71+ > codegen by ` @graphql-codegen ` , more details in [ codegen.yml] ( /codegen.yml )
7272
7373#### Assets
7474Perfectly, all static * assets* files should locate on related components level (** on using level** ).
You can’t perform that action at this time.
0 commit comments