~/blog/use-hook-in-react.mdx
zubair@grizzlybit:~/blog$
$ cat use-hook-in-react.mdx
Use Hook in React 18
This blog post focuses on the new experimental feature in React 18 called the use hook. It explains how the use hook can be used to create custom hooks that can be reused across different components, simplifying state management and making code more modular.
2023-02-272 min read