vladmakohon / react_redux-list-of-posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Redux list of posts

You have the already implemented Dynamic list of posts and the Counter example of Redux Toolkit usage.

Here is the working DEMO

Learn the implemented App and the example and reimplement it with Redux having the next slice:

  • users and remove UsersContext;
  • author that is currently in the App;
  • posts having 3 props loaded, hasError and items;
  • selectedPost;
  • comments with loaded, hasError and items props (keep the visible in the PostDetails);
  • NewCommentForm should keep its state.

Useful links

Instructions

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 55.7%Language:TypeScript 39.2%Language:HTML 2.1%Language:CSS 1.8%Language:SCSS 1.1%Language:Shell 0.0%