https://github.com/erdemkeren/udacity-reactnd-connect-and-provider
The source code of the application we developed during webinar: Redux 5 (connect() and <Provider />)
https://github.com/erdemkeren/udacity-reactnd-connect-and-provider
Last synced: 3 months ago
JSON representation
The source code of the application we developed during webinar: Redux 5 (connect() and <Provider />)
- Host: GitHub
- URL: https://github.com/erdemkeren/udacity-reactnd-connect-and-provider
- Owner: erdemkeren
- Created: 2019-07-24T14:19:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:15:29.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:44:23.552Z (4 months ago)
- Language: JavaScript
- Homepage: https://erdemkeren.github.io/udacity-reactnd-connect-and-provider
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- 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-redux State connect and provider"**
Description: This example classroom application has the same UI and functionality with
the one we developed for the ["React component state VS Redux store"](https://github.com/erdemkeren/udacity-reactnd-redux-store-vs-react-component-state) webinar.However, this one utilizes react-redux features where applicable.

See: https://erdemkeren.github.io/udacity-reactnd-connect-and-provider
## Installation
The application is bootstrapped using create-react-app. Run
### `npm install && npm start`
to run the application on your computer.