UNPKG

@knowmax/genericlist-core

Version:

Knowmax Generic list with basic CRUD support without any user interface implementation.

18 lines (13 loc) 790 B
# Knowmax Generic list with basic CRUD support Core implementation for Knowmax Generic list with basic CRUD support without any user interface. Strongly opinionated, but flexible enough to be used in a variety of scenarios. ## Features - **Create, Read, Update, Delete (CRUD)** operations - **Restore functionality** for deleted items - **Filtering, sorting, and pagination** support - **Observable state management** with MobX - **TypeScript support** with full type safety - **Flexible endpoint configuration** - **Error handling** for all operations ## Restore Functionality The `GenericCudList` class now includes restore functionality to restore previously deleted items. See [RESTORE_FUNCTIONALITY.md](./RESTORE_FUNCTIONALITY.md) for detailed usage instructions.