react-redux-sample
react-redux-sample copied to clipboard
React Redux demo repository
react-redux-sample
Demo repository for react using react-redux store management written with TypeScript.
Application sample
Application is available @ https://jfcere.github.io/react-redux-sample
References
- โก 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
ToDos
- Add React Spring animations
- Add Material-UI multiple themes
Clone
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
Licence
Licensed under MIT.