Hey guys, In this video I explained how you can create custom react hooks and what rules you must follow.
These rules being:
You can only initialize/create a hook inside a component or another hook.
A hook name must start with use
A hook can't be initiated conditionally.
Hook only works in client components.
Discord: / discord
Blog Posts: https://www.seekhcode.me/blog/
Github Repo will be upload soon.