React Hook: useState simplified
Intro to React hooks
React hooks are just JavaScript functions by React. and it starts with the use keyword. Hooks are only used in function components and we have to use them inside the function component.
Always use hooks at the top level of your ...
prashantt.hashnode.dev2 min read