Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 319 Bytes

File-Structure.md

File metadata and controls

12 lines (9 loc) · 319 Bytes

File Structure

Inside the src folder we make a Features Folder

Each folder has the title of the feature.

Inside each feature we can have a

  • Components folder
    • Components should be .jsx
    • Classes instead of functions
  • Actions Folder -> Each action creator in its own file.
  • Reducers shall be in one js file