andreysaf / react-redux-blogposts

Simple react-redux app for fetching blog posts and authors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogposts

Simple react-redux app for fetching blog posts and authors using JSONPlaceholder.

The app fetches list of blogposts first, and then for each blogpost fetches author information. To avoid multiple network requests for overfetching author's information memoization from lodash library is used.

To run this app

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Simple react-redux app for fetching blog posts and authors


Languages

Language:JavaScript 68.4%Language:HTML 31.6%