Starter Kits for React and React Native
The Starter kits for React and React Native are built on the great work done at the React Boilerplate and React Boilerplate CRA projects. The starters are simply instances of the way we use these templates and are an exercise in providing common coding patterns and tooling across related React and React Native projects.
React Starter Kit
- Code generation
- Tailwind CSS
- Material UI
- i18n
- State management with Redux
- Linting with Eslint and Prettier
- Static Type Checking. TypeScript
- Test harness and continuous test watch mode.
- WebPack configuration for build and development
React Native Starter Kit
- Code Generation
- React Native Paper
- Flipper Integration
- i18n
- State management with Redux
- Linting with Eslint and Prettier
- Static Type Checking. TypeScript
- Test harness and continuous test watch mode.
- Metro bundler configuration for build and development