DEV Community

Discussion on: React - Context API

Collapse
 
antonio_pangall profile image
Antonio Pangallo

Hi Gustavo,

my Spanish is not good :) sorry for that.

I would like to get your opinion on github.com/iusehooks/redhooks which uses the Context API and the Hooks.

Thanks!

Collapse
 
gugadev profile image
Gustavo Garsaky

Hi Antonio, redhooks looks pretty good. It's very similar to Redux in fact. I'll try it and make some tutorial about it ;)

Thanks for the link!

Collapse
 
antonio_pangall profile image
Antonio Pangallo

it depends only on react hooks and context api. You do not need react-redux to use it, middleware are supported and it is really a tiny library. Thanks for your feedback