December 2021

javascript, react, TypeScript

How to create a custom React hook to fetch an API (using TypeScript)?

Hooks are convenient for modern react development. The react framework comes with standard hooks to manage state, for example, with useState, and here we will write our hook to fetch data from any API. Buț first … … what is a hook? A hook is a javascript or typescript function that can include other hooks. […]

How to create a custom React hook to fetch an API (using TypeScript)? Read Post »

Scroll to Top