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

https://github.com/algokun/react-nd-redux-twitter

Redux Twitter is a clone of Twitter built using Redux and React. This repo is the code along project in the Udacity React Nanodegree.
https://github.com/algokun/react-nd-redux-twitter

react reactjs redux redux-demo redux-thunk twitter-clone udacity udacity-nanodegree udacity-react-nanodegree

Last synced: 2 months ago
JSON representation

Redux Twitter is a clone of Twitter built using Redux and React. This repo is the code along project in the Udacity React Nanodegree.

Awesome Lists containing this project

README

        

# Redux Twitter Clone

This project is to help understand the redux patterns along with react.
This repo is a code-along in the [React Nanodegree program](https://www.udacity.com/course/react-nanodegree--nd019).

## Project Setup

- clone the Project - `[email protected]:udacity/reactnd-chirper-app.git`
- install the dependencies - `npm install`

## Expected outcomes

- [ ] Manage state more predictably
- [ ] Master Redux Concepts
- Store
- Actions
- Reducers
- Dispatchers
- [ ] Write real-world code using react and redux
- [ ] Write Async Action creators to fetch data from API
- [ ] Use Middlewares to extend redux by adding custom functionality.

## Folder Structure
- Components
- component1.js
- component2.js
- component3.js
- Actions
- action1.js
- action2.js
- Reducers
- reducer1.js
- Util
- Store