Answer the question
In order to leave comments, you need to log in
Is everything on functions now?
Do you think it's worth writing new projects on hooks after the release of 16.7?
Is it correct to say that classes are not needed along with everything "OOP", now the whole react will be prepared on functions with hooks.
Is Redux now needed as a standalone library? because now we have useReducer and a new context.
Is MobX necessary? (when written in the new react style, it's more OOP oriented)
Answer the question
In order to leave comments, you need to log in
Hooks definitely deserve attention! Using state control methods inside functional components will help not to fence a huge amount of HoC and save you from warper hell. The use of hooks does not kill classes, state stores, but complements them, offering an alternative approach to writing simpler and more readable code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question