freeCodeCamp/CurriculumExpansion

Integrating react hooks into our curriculum.

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
React hooks is the biggest addition to React in the recent years and it's fairly evident that it's going to be their main focus from now on. Most people are switching from class components to functional components because of the power React hooks provide. So it's surprising that we haven't integrated react hooks into our curriculum till now. I am new to the community so I am not sure about restrictions which are preventing the addition of react hooks.

Describe the solution you'd like
Integrating react hooks and redux hooks as a module in react curriculum.

@MathewtheCoder, you bring up good points. Our current React curriculum is a bit dated, though we plan to introduce hooks in the Redux Tetris game, and also possibly in the React Flappy Bird game that falls a bit earlier in the new project based curriculum.

Please feel free to check out the prototypes for both of those projects and weigh in on the inclusion of hooks there.