This task is based on Dynamic List of Posts. If you skipped that task in the React section, you need to complete it first and only then move on to connecting Redux to this task.
Here is the working DEMO
Learn the implemented App and the example and reimplement it with Redux having the next slice:
usersand removeUsersContext;authorthat is currently in theApp;postshaving 3 propsloaded,hasErroranditems;selectedPost;commentswithloaded,hasErroranditemsprops (keep thevisiblein thePostDetails);NewCommentFormshould keep its state.
- Implement a solution following the React task guideline.
- Use the React TypeScript cheat sheet.
- This task does not have tests yet!
- Replace
<your_account>with your Github username in the DEMO LINK and add it to the PR description.