Demo repository for react using react-redux store management written with TypeScript.
Application is available @ https://jfcere.github.io/react-redux-sample
- ⚡ Create React App - React Application Startup Tool
- 🎨 Material-UI - Material Design implementation for React
- 🚢 React Router - Declarative routing for React
- 🔥 Redux - State Management for JS Applications
- ⚛️ React Redux - Official React bindings for Redux
- 🔌 Redux Saga - An alternative side effect model for Redux apps
- ✨ Redux-Dynamic-Module - Modularize Redux to load reducers dynamically
- ✈ Axios - Promise based HTTP client
- 📑 Formik - React form library
- 🧷 Formik Material-UI - Bindings for using Formik with Material-UI
- 🎯 Yup - Schema builder for value parsing and validation
- 🎬 React Spring - Animation library
- 🎭 Mirage JS - API mocking library
- Add React Spring animations
- Add Material-UI multiple themes
The following command will clone, install dependencies and start server on http://localhost:3000
git clone https://github.com/jfcere/react-redux-sample.git
yarn install
yarn start
Licensed under MIT.