You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the json placeholder API (http://jsonplaceholder.typicode.com) to create a blog list, I used redux-thunk that allowed me to use my reducers to get the data from json placeholder to populate the state (redux store).
A simple blog ui created with the help of Rest api.i used data from json placeholder api .in this project i'm just accessing total users ,every user's post and also total number of available posts.
A simple blog ui created with the help of Rest api.i used data from json placeholder api .in this project i'm just accessing total users ,every user's post and also total number of available posts.
This is a blog application created with React and Redux. It pulls blog posts from the JSON Placeholder API and renders them on the UI, while referencing a unique user for each post.