Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfcere/react-redux-sample
React Redux demo repository
https://github.com/jfcere/react-redux-sample
demo react redux sample typescript
Last synced: about 2 hours ago
JSON representation
React Redux demo repository
- Host: GitHub
- URL: https://github.com/jfcere/react-redux-sample
- Owner: jfcere
- Created: 2020-02-25T02:34:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:14:21.000Z (almost 2 years ago)
- Last Synced: 2023-04-09T10:35:43.787Z (over 1 year ago)
- Topics: demo, react, redux, sample, typescript
- Language: TypeScript
- Homepage: https://jfcere.github.io/react-redux-sample/
- Size: 4.19 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-sample
Demo repository for [react](https://reactjs.org/) using [react-redux](https://react-redux.js.org/) store management written with [TypeScript](https://www.typescriptlang.org/).
## Application sample
Application is available @ [https://jfcere.github.io/react-redux-sample](https://jfcere.github.io/react-redux-sample/)
## References
- โก [Create React App](https://create-react-app.dev/) - React Application Startup Tool
- ๐จ [Material-UI](https://material-ui.com/) - Material Design implementation for React
- ๐ข [React Router](https://reacttraining.com/react-router/) - Declarative routing for React
- ๐ฅ [Redux](https://redux.js.org/) - State Management for JS Applications
- โ๏ธ [React Redux](https://react-redux.js.org/) - Official React bindings for Redux
- ๐ [Redux Saga](https://redux-saga.js.org/) - An alternative side effect model for Redux apps
- โจ [Redux-Dynamic-Module](https://redux-dynamic-modules.js.org/) - Modularize Redux to load reducers dynamically
- โ [Axios](https://github.com/axios/axios) - Promise based HTTP client
- ๐ [Formik](https://jaredpalmer.com/formik) - React form library
- ๐งท [Formik Material-UI](https://stackworx.github.io/formik-material-ui/) - Bindings for using Formik with Material-UI
- ๐ฏ [Yup](https://github.com/jquense/yup) - Schema builder for value parsing and validation
- ๐ฌ [React Spring](https://www.react-spring.io/) - Animation library
- ๐ญ [Mirage JS](https://miragejs.com/) - API mocking library## ToDos
- Add [React Spring](https://www.react-spring.io/) animations
- Add [Material-UI](https://material-ui.com/) multiple themes## Clone
The following command will clone, install dependencies and start server on [http://localhost:3000](http://localhost:3000)
```bash
git clone https://github.com/jfcere/react-redux-sample.git
yarn install
yarn start
```## Licence
Licensed under [MIT](https://opensource.org/licenses/MIT).