Skip to content

Instantly share code, notes, and snippets.

@leonascimento
Last active October 18, 2018 01:43
Show Gist options
  • Save leonascimento/50c81ee77892d868df5702f1eadbf174 to your computer and use it in GitHub Desktop.
Save leonascimento/50c81ee77892d868df5702f1eadbf174 to your computer and use it in GitHub Desktop.
New Architecture
lib/
common/
hocs/
withRouter
withInterview
modules/
auth/
interview/
analytics/
ajuster/
components/
table/
Table.js
Table.test.js
style.scss
update-card/
UpdateCard.js
Header.js
index.js -- Component connnected
style.scss
api/
store/
types/
reducers/
actions/
constants/
routes.js
app.js
## lib
Contains helpers functions or microlibraries
## common
Contains the generic/base components
## hocs
Contains the high orders components
## modules
Each module contains all stuffs:
* specific components
* component that join all specic component
* test folder
into the modules we have the unique components related with your page
on this folder we need to have
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment