Effect CommunityEC
Effect Community•2y ago•
16 replies
snew92

Seeking feedback on blog post about using Effect in React

Hello! I'm writing a series of blog posts about incrementally adopting Effect into React (hopefully becoming more Effect), I've seen a few vids, and tried some toy examples. But this is my first real stab at trying a hook based API that can be dropped in any React codebase. It's honestly not all that hard to get the bones working, but the devil's in the details for production-ready software of course. What do y'all think?
https://github.com/snewell92/explore-effect/blob/main/src/re-effect/useEffect.ts

blog: https://sean.thenewells.us/effect-in-react/
Was this page helpful?