Awesome EventStorming
-
Updated
Mar 12, 2022
Add a description, image, and links to the workshop-materials topic page so that developers can more easily learn about it.
To associate your repository with the workshop-materials topic, visit your repo's landing page and select "manage topics."
if you go to the
reduxbranch, there's an exercise that you need to implement your own version of redux. this version of redux is using the old context API, so the goal is to refactor the code and Implement the new version of the context API.Files that you need to modify:
/src/react-redux/connect.js/src/react-redux/Provider.jsyou can follow the Official documentation here: