Make your Redux-version of RrHN work with the server that we provided in session 4.2.
👉 The reduxyfied RrHN should get the latest Hacker News items from the server.
👉 The reduxyfied RrHN should get the read/seen status for items from the server, and use that information to color the item-titles in the left-column.
👉 The reduxyfied RrHN should update items statuses on the server whenever the user clicks an item, or the Mark All as "seen" button.
🌀 Use asynchronous action creators and the redux-thunk middleware to integrate your Ajax-code with Redux.
{{exCommit "Stuur je commit in" "RrHN-assignment6.2"
exCommit}}