Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trstringer/create-react-app-with-redux
:star2: Simple redux implementation added to an app created with create-react-app
https://github.com/trstringer/create-react-app-with-redux
create-react-app react redux
Last synced: about 2 months ago
JSON representation
:star2: Simple redux implementation added to an app created with create-react-app
- Host: GitHub
- URL: https://github.com/trstringer/create-react-app-with-redux
- Owner: trstringer
- Created: 2016-08-13T02:12:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T01:20:11.000Z (over 7 years ago)
- Last Synced: 2024-10-23T03:31:41.463Z (2 months ago)
- Topics: create-react-app, react, redux
- Language: JavaScript
- Size: 225 KB
- Stars: 159
- Watchers: 7
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `create-react-app` ... with Redux
This is a barebones implementation of Redux with a React app that was generated with `create-react-app`, and then ejected with `npm run eject`.
:bulb: This repository consists of two commits and only two commits.
1. **first commit** is the base code of a `create-react-app` app source code after eject (`npm run eject`)
2. **second commit** are the sample additions to implement basic redux:bulb: :bulb: It is worth noting that it is **not** required to run `npm run eject` in order to get Redux implemented in this app. Implementing Redux in the app without ejecting is completely possible
![demo](images/demo.gif)