https://github.com/mikevercoelen/scalable-react-redux-modals
A scalable React and Redux solution for modals
https://github.com/mikevercoelen/scalable-react-redux-modals
modals react redux
Last synced: 11 months ago
JSON representation
A scalable React and Redux solution for modals
- Host: GitHub
- URL: https://github.com/mikevercoelen/scalable-react-redux-modals
- Owner: mikevercoelen
- License: mit
- Created: 2017-02-15T17:29:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T11:40:17.000Z (over 9 years ago)
- Last Synced: 2025-05-19T14:20:04.110Z (about 1 year ago)
- Topics: modals, react, redux
- Language: JavaScript
- Size: 13.7 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A scalable solution for using modals with React and Redux
This is an example of implementing modals in a scalable way using React and Redux
More information see Codersmind blog here: [Scalable Modals with React and Redux](https://codersmind.com/scalable-modals-react-redux/)
***
## Getting started
```sh
npm install
npm start
```