1.0.0 • Published 3 years ago

react-native-template-jardelfelp-redux-saga v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Structure

The project was created based on the folder structure of Atomic Design.

└─── components
│   └─── atoms
│   └─── molecules
│   └─── organisms
│   └─── templates
└─── pages

To save and manipulate the state of the application, we used redux and saga

For communication with the API we used the axios

Best Practices

For best practices control we used eslint and prettier configuration files

Links