https://github.com/stopsopa/redux-presentation
https://github.com/stopsopa/redux-presentation
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stopsopa/redux-presentation
- Owner: stopsopa
- Created: 2017-11-15T13:42:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T23:46:10.000Z (over 1 year ago)
- Last Synced: 2025-02-06T08:13:08.034Z (3 months ago)
- Language: JavaScript
- Size: 659 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
Created in 2017 - quite old now and not maintained.What? Nothing to be ashamed here. Redux back then was HOT - we all do mistakes... leave me alone.
Redux presentation
====Why? What?
-This is repository prepared for practical presentation that I made for my work colleagues at work in order to present advantages of using Redux.
I had not much experience with Redux neither but it still quite decent.Each commit is another step in explaining of structure.
Notice: This is not code that can be used as an boilerplate for any project. Probably at the moment of readding it I would do many thing completely in different way then it is presented here.
Installation
-clone repo and then:
```bash
cd react
yarn # or npm install
yarn dev # or npm start dev```
then open [http://localhost:8080](http://localhost:8080)
-----
[](https://bitbucket.org/phaseii/redux)