Skip to content

Instantly share code, notes, and snippets.

@cullylarson
Last active January 9, 2020 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cullylarson/1841ad3d6ef7748aaf942782eca3c53e to your computer and use it in GitHub Desktop.
Save cullylarson/1841ad3d6ef7748aaf942782eca3c53e to your computer and use it in GitHub Desktop.
Client-side folder structure example
+ app
  - App.js
  - Layout.js
+ components
  - FormText.js
  - FormEmail.js
  - Card.js
  - CancelButton.js
  - Pagination.js
+ user
  - UserForm.js
  - UserEdit.js
  - UserAdd.js
  - UserList.js
  - UserView.js
  - reducer.js
  - actions.js
  - action-types.js
  - api.js
  + user-list
    - UserListLine.js
+ post
  - PostForm.js
  - PostEdit.js
  - PostAdd.js
  - PostList.js
  - PostView.js
  - reducer.js
  - actions.js
  - action-types.js
  - api.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment