CE
Thanks for this! The hooks that I mostly use are useState , useEffect , and useContext . I've went through the docs on more complex hooks like useReducer but still haven't fully grasp most of them. I think now I get the idea of useReducer and it does look like Redux (with the dispatch and all). Perhaps I'll try to use it next time. Perhaps it will seem less scary with a bit of practice 馃槀