An open API service indexing awesome lists of open source software.

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 />)

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.

![App screenshot](screenshot.png?raw=true "Screenshot")

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.