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

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

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

react-redux reactjs redux redux-logger

Last synced: 4 months 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