Hacker News new | ask | show | jobs
by zbyte64 3799 days ago
Then how would something like react-redux work without context?
1 comments

It can already work without contexts. You just pass a store instance via props.

I don't like contexts either :(

Yup. I've successfully added contexts to Preact, but I still am not 100% sold on the value. Thankfully, simply supporting them doesn't add much bloat.