Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the custom simplified version of redux to use the new context API #5

Open
3 tasks
horacioh opened this issue Oct 3, 2018 · 0 comments
Open
3 tasks
Labels
good first issue Good for newcomers Hacktoberfest https://hacktoberfest.digitalocean.com/

Comments

@horacioh
Copy link

horacioh commented Oct 3, 2018

if you go to the redux branch, 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.js

you can follow the Official documentation here: https://reactjs.org/docs/context.html

Tasks

  • refactor code in redux branch
  • refactor code in redux-leanjs-part1 branch
  • refactor code in redux-leanjs-part2 branch

any questions please let us know! :)

@horacioh horacioh added Hacktoberfest https://hacktoberfest.digitalocean.com/ good first issue Good for newcomers labels Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest https://hacktoberfest.digitalocean.com/
Projects
None yet
Development

No branches or pull requests

1 participant