Introducing the Supabase UI Library

Introducing the Supabase UI Library
We're excited to release an official Supabase UI Library—a collection of ready-to-use components built on top of shadcn/ui. Designed for flexibility, these components can be dropped into any Next.js...
0 Read More

useFetch Hook in React

useFetch Hook in React
Fetching data is a common requirement in React applications. If you frequently make API calls, managing state in multiple components can become repetitive.In this post, we'll first build a component ...
0 Read More

useAuth Hook in React

useAuth Hook in React
Authentication and authorization are crucial aspects of web applications. Instead of handling them manually in multiple components, we can create a reusable hook to simplify the logic. In this article...
0 Read More