Hooks were a part of React from v16.8 onwards. They were included as a feature to avoid using classes or class-based components. Hooks are just a cleaner way to write programs in React. Today we are going to write a reusable custom hook, and build a simple application that will make use of the hook.
•4m read time• From medium.com
Table of contents
Basic SetupFolder StructureCreating a components directoryCard ComponentUser ComponentPost ComponentuseFetch Hook2 Comments
Sort: