mthanh2209 / react-training

https://react-training-eight.vercel.app
0 stars 0 forks source link

Implement separating events from effects #160 #184

Closed mthanh2209 closed 9 months ago

mthanh2209 commented 9 months ago
  1. How to choose between an event handler and an Effect
  1. Why Effects are reactive, and event handlers are not
vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
react-training ❌ Failed (Inspect) Jan 24, 2024 4:03am
storybook ❌ Failed (Inspect) Jan 24, 2024 4:03am
mthanh2209 commented 9 months ago

In this PR, I used useEffectEvent and currently it's just a hook for testing, not released yet