react-redux-sample icon indicating copy to clipboard operation
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

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.