0.5.2 • Published 4 years ago
@mhmdhammoud/react-boiler-plate v0.5.2
React Boiler plate
This project was bootstrapped with Create React App. Hence all CRA scripts are available in this package
Folder Structure
src
├── Actions # All Redux Actions are executed at this level
├── Components # Reusable components can be accessed from this level
├── config # Main configurations are added here e.g Redux
├── Constants # Main Constants
├── Hooks # Custom hooks
├── Models
├── resoponses # Rest api JSON response types
├── redux # Action types
├──Types # Action types
├── Reducers # Main Reducers and their root reducer
├── Routes # `index.tsx` which maps `route.tsx` that can hold all the routing policies desired
├── Services # All third party externals can be added here
└── pages # Main Rendered screen