~/leohuynh.dev/topics/hooks
#hooks
Posts and snippets tagged #hooks.
rss feed ↗snippets
Remixing remix submission
Create a custom hook to manage in-route form submissions in a Remix app.
Use an async effect
Build a custom React hook to use asynchronous effects inside functional components.
Sync component state with local storage
Utilize a custom hook that syncs state with local storage, allowing for persistent state between sessions.