aryanprince / campus-hub

🚀 Cloud-deployed showcase of Next.js microservices in a monorepo with Turborepo, demonstrating best practices and modern tech.
https://campus-hub-student.vercel.app/
7 stars 0 forks source link

Replace `fetch()` with Ky #72

Closed aryanprince closed 1 month ago

aryanprince commented 1 month ago

Check out docs here:

GitHub - sindresorhus/ky: 🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API

linear[bot] commented 1 month ago

HUB-33 Replace `fetch()` with Ky

aryanprince commented 1 month ago

Great!