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

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)

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

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

## Installation

The application is bootstrapped using create-react-app. Run

### `npm install && npm start`

to run the application on your computer.