Best practices while developing a React Native App
- Divide the components
- Create Aliases
- Sort the imports
- Declare the types
- Separate the styles
- Components must hook
- Let Redux manage
- Write sagas for asynchrony
- Aggregate the selectors
- Jest test them
Article link copied