5.9.4 • Published 10 months ago

@refinedev/supabase v5.9.4

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Discord Twitter Follow

It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like authentication, access control, routing, networking, state management, and i18n.

Supabase integration for refine

Supabase is an open source Firebase alternative.

refine is headless by design, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for Ant Design, Material UI, Mantine, and Chakra UI for convenience.

refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and NestJS.

Installation & Usage

npm install @refinedev/supabase
import { dataProvider, liveProvider, createClient } from "@refinedev/supabase";

const supabaseClient = createClient("SUPABASE_URL", "SUPABASE_KEY");

const App = () => {
  return (
    <Refine
      dataProvider={dataProvider(supabaseClient)}
      liveProvider={liveProvider(supabaseClient)}
      /* ... */
    >
      {/* ... */}
    </Refine>
  );
};

Documentation

5.9.4

10 months ago

5.9.3

11 months ago

5.9.2

1 year ago

5.9.1

1 year ago

5.9.0

1 year ago

5.8.0

1 year ago

5.7.10

1 year ago

5.7.9

1 year ago

5.7.8

1 year ago

5.7.7

1 year ago

5.7.6

1 year ago

5.7.5

2 years ago

5.7.4

2 years ago

5.7.3

2 years ago

5.6.0

2 years ago

5.7.2

2 years ago

5.7.1

2 years ago

5.7.0

2 years ago

5.5.1

2 years ago

5.5.0

2 years ago

5.4.0

2 years ago

5.5.2

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago