The simple way to handle requests in React

Опубликовано: 24 Ноябрь 2023
на канале: Cosden Solutions
23,264
1.2k

Check out the repo → https://github.com/cosdensolutions/co...
Join The Discord! → https://discord.cosdensolutions.io
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"

In this video I show you a simple way to handle requests in React if you're not using or you can't use something like React Query. This is a simple wrapper around Axios to create a predictable way to handle success and error responses, as well as fetch any data in React. This works with server components or client components too and it's a great alternative to consider. As a bonus, we also get to play with generic types in Typescript!