Skip to content

Commit

Permalink
Chore: Doc Client Readme (#21588)
Browse files Browse the repository at this point in the history
  • Loading branch information
umakantv authored Apr 29, 2021
1 parent ad8756a commit d48fae0
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
-> footer
...
```
each folder is composed by:
index.jsx
ContainerComponent.jsx
contexts (optional)
providers (optional)
components (optional)
hooks (optional)
libs (optional)
Each folder is composed by:
| File ||
| -- | -- |
| index.jsx | |
| ContainerComponent.jsx |
| contexts | (optional) |
| providers | (optional) |
| components | (optional) |
| hooks | (optional) |
| libs | (optional) |

We strongly suggest that you start developing your components/hooks/libs inside the folder where they will be directly used. If you ever find that you will use them in more than one place, then you should "promote" the code to an upper level, where it can be commonly accessed by all others

Expand Down

0 comments on commit d48fae0

Please sign in to comment.