0
React hooks in a battles
I feel as though a react course along with lifecycle methods and hooks would go really well in the course format on SoloLearn along with code battles. Iāve used React/react native more than Iāve used vanilla JS and I still havenāt mastered all the life cycle methods and i think a course would be great for this.
1 Answer
+ 2
Try to focus on react hooks, basically you only require to use useState and useEffect for controlling all life cycle operations.
For redux, use useContext and useReducer.
https://code.sololearn.com/Wwb4Wx8i0XSq/?ref=app
https://code.sololearn.com/WvZeiRdZnEz9/?ref=app