Test repository to experiment with different React technologies
- Server-side rendering using Express.js
- Hot module reloading in the browser
- Custom Webpack config
- Redux Sagas
- Lazy loading + code splitting using dynamic
import()
statements with React Loadable
- Form libraries (Redux Form, Formik, Liform)
- CSS in JS (styled-component, CSS Blocks, glamour, etc.)
- React Hooks
- React Suspense
- React
lazy()
- Run
npm install
- Run
npm run watch
to start development - Open localhost:3000