Skip to content

v0.2.0

Compare
Choose a tag to compare
@JordanMartinez JordanMartinez released this 09 Apr 05:09
· 62 commits to master since this release

Update useEvent to store callback in a Ref. Beforehand, any values pushed into this handler would cause the hook to rerender, even if no one subscribed to the event, due to using the state modification to trigger the useTickEffect hook.