DEV Community

Discussion on: React Hooks

Collapse
 
fly profile image
joon • Edited

Hooks + redux + custom hooks.
I haven't tried but I don't think using hooks with classes is possible...
I Personally don't find Provider api appealing(lack of debugging tools as robust and powerful as redux).

Using custom hooks instead of redux was also a thing in devto posts a while ago I think, but is something I will not recommend for the same reason as above.

Hooks are awesome :)