react-crud-client
v1.0.0-beta.3
Published
**react-crud-client** is an enterprise-ready, fully-typed CRUD abstraction designed to bring consistency, reliability, and structure to data access in React applications. It uses **React Query** internally for caching, retries, and query management.
Readme
react-crud-client
react-crud-client is an enterprise-ready, fully-typed CRUD abstraction designed to bring consistency, reliability, and structure to data access in React applications. It uses React Query internally for caching, retries, and query management.
Features
- Fully typed with TypeScript
- Built-in React Query support
- Async CRUD operations and React hooks (
useGetList,useGetOne,useCreate,useUpdate,useDelete) - Configurable base URL, headers, and authentication token
- Supports multiple adapters (fetch, axios, GraphQL, etc.) internally
- Customizable error handling and interceptors
- Enterprise-ready
Installation
npm install react-crud-client
# or
yarn add react-crud-client