5.0.4 • Published 1 month ago

@refinedev/nestjsx-crud v5.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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.

NestJSX CRUD data provider integration for refine

NestJSX CRUD is for RESTful APIs built with NestJs

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/nestjsx-crud
import dataProvider from "@refinedev/nestjsx-crud";

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

Documentation

5.0.4

1 month ago

5.0.3

2 months ago

5.0.2

3 months ago

5.0.1

4 months ago

5.0.0

5 months ago

4.5.4

7 months ago

4.5.3

7 months ago

4.5.5

7 months ago

4.5.0

10 months ago

4.4.0

10 months ago

4.5.2

7 months ago

4.3.4

10 months ago

4.5.1

7 months ago

4.3.2

12 months ago

4.3.1

12 months ago

4.3.3

11 months ago

4.3.0

1 year ago

4.2.0

1 year ago

4.1.0

1 year ago

4.0.0

1 year ago