Skip to content

I carry on familiarizing myself with Redux having a shot at implementing a kind of comments system.

Notifications You must be signed in to change notification settings

hazartilirot/blog-posts-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A blog with users posts.

Data is fetched using JSONPlaceholder's API. The idea of the insignificant project is to get your hands dirty with a Thunk library. The Redux cycle changes from:

Action Creator => Action => dispatch => Reducers => State

to

Action Creator => Action => dispatch => MIDDLEWARE => Reducers => State

which allow us to use functions asynchronously to get data from API and then dispatch it to Reducers.

Prerequisites

Installation

npm install

Run

npm start

About

I carry on familiarizing myself with Redux having a shot at implementing a kind of comments system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published