Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaudinh/redux-example

...
https://github.com/chaudinh/redux-example

react-redux reactjs redux redux-logger

Last synced: about 1 month ago
JSON representation

...

Awesome Lists containing this project

README

        

# Redux Example

## What we will cover??

* Redux Data Flow
* Use create-react-app CLI
* Work with fetch API
* Create a post component fetching a list of posts from JSONPlaceholder
* Create a form component to add post
* Something more...

## Introduction

* Redux is a state manager in React