https://github.com/diglopes/learning-redux
Just a simple app to learn how Redux works
https://github.com/diglopes/learning-redux
Last synced: over 1 year ago
JSON representation
Just a simple app to learn how Redux works
- Host: GitHub
- URL: https://github.com/diglopes/learning-redux
- Owner: diglopes
- License: mit
- Created: 2020-05-18T14:33:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:23:36.000Z (over 3 years ago)
- Last Synced: 2024-11-20T19:31:07.492Z (over 1 year ago)
- Language: JavaScript
- Size: 3.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Technologies |
The goal |
How To Use |
License
## Technologies
This tiny project was developed at [React course from Cod3r](https://www.cod3r.com.br/courses/react-redux-fundamentos-e-2-apps-do-absoluto-zero) with the following technologies:
- [ReactJS](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [React-redux](https://react-redux.js.org/)
## The goal
This project was made with the intent to understand the basics about the integration between React and Redux, sharing only simple data between components without async calls.
## How to use
```bash
# Clone this repository
$ git clone git@github.com:diglopes/learning-redux.git
# Go into the repository
$ cd learning-redux
# Install dependencies
$ yarn install
# Run the app
$ yarn start
```
## License
This project is under the MIT license. See the [LICENSE](https://github.com/lukemorales/gobarber-api/blob/master/LICENSE) for more information.