You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: