0.5.2 • Published 4 years ago

@mhmdhammoud/react-boiler-plate v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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
0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.1.0

4 years ago

0.2.0

4 years ago