Chore: Doc Client Readme (#21588)

pull/21867/head
Umakant Vashishtha 5 years ago committed by GitHub
parent ad8756ab5c
commit d48fae0acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      client/README.md

@ -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

Loading…
Cancel
Save