Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 590 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 590 Bytes

Toast with React Query / SWR

You can choose either React Query or SWR for the data fetching hooks

Installed Packages

  • react-hot-toast, smoking hot React notifications
  • axios, for making http requests
  • react-query / swr, for data fetching

Demo

Tab-1639904837641.mp4

Notes

Don't forget to manually change the _app.tsx file. The file is separated to avoid conflict

image