A production-ready frontend boilerplate built with React and Rsbuild.
This boilerplate is designed with the following principles in mind:
- Good Developer Experience: KISS principle (keep it simple stupid)
- Clear Separation of concerns: clearly separates data management from UI
- Performance: UI optimized by default (mobx observer)
Check the DEVELOPMENT.md file for details.