React Native Guidelines
Anything you folks think is missing (or should be deleted) from this list for React Native guidelines?
- Project Structure
- Compile Time Validation - TypeScript
- Runtime Validation - Zod
- Expo / RN CLI
- Animations
- Theming & Styling
- Internationalisation
- Asset Management
- Testing
- Project Configuration
- Navigation
- Local Storage
- Debugging
- Performance Monitoring
- CI / CD
- Environment Management
- State Management
- Error Handling
- Push Notifications
- Over The Air Updates / Codepush
- Cross Platform (Web / Mobile)
- Backend For Frontend
- Security
3 Replies
Are you making a tutorial that covers all that? (Please? 🙏😂)
I myself couldn’t find something missing here.
Maybe logging, but error handling can include some aspects of it.
First of all mainly guideline to help our devs work in the same way and consider aspects that a lot of people probably forgets.
I might slim it down and generalise it a bit to release as an article on our website later on 🙂
Good luck 👍