https://github.com/erdemkeren/udacity-reactnd-redux-store-vs-react-component-state
The source code of the application I used for the webinar: Redux 3 (Redux store vs React component state)
https://github.com/erdemkeren/udacity-reactnd-redux-store-vs-react-component-state
Last synced: 3 months ago
JSON representation
The source code of the application I used for the webinar: Redux 3 (Redux store vs React component state)
- Host: GitHub
- URL: https://github.com/erdemkeren/udacity-reactnd-redux-store-vs-react-component-state
- Owner: erdemkeren
- Created: 2019-05-15T00:37:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:48:03.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:44:23.472Z (5 months ago)
- Language: JavaScript
- Homepage: https://erdemkeren.github.io/udacity-reactnd-redux-store-vs-react-component-state
- Size: 4.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The source code of the application I developed for Udacity React Webinar: **"React Component State vs Redux Store (State)"**
Description: This example classroom application utilizes Redux Store and React Local Component State.
That helps us to understand when to use React State and when to use Redux Store.See: https://erdemkeren.github.io/udacity-reactnd-redux-store-vs-react-component-state

## Installation
The application is bootstrapped using create-react-app. Run
### `npm install && npm start`
to run the application on your computer.