Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Latest commit

 

History

History
43 lines (22 loc) · 1.54 KB

File metadata and controls

43 lines (22 loc) · 1.54 KB

⚠️ Deprecation warning ⚠️

This project solves problems that were relevant 10 years ago. But development goes on and there are much better solutions to these problems.

The project can be decomposed into independent components:

  1. Data fetcher with features such as auto refresh, request status etc. Alternatives: tanstack query, swr

  2. Filters and sorting state resolver. Any form library can be used as alternative (react-hook-form, tanstack form)


devDependencies status

filterlist

Util for creating lists with filters, sotring, paginatinon, endless scroll etc.

Sandbox examples

Packages

Local development

Repository is using Bun.

Commands

  • bun run lint:fix - correct code of all packages;

  • bun run build - build all packages;

  • bun run test - run code validators and unit tests;

  • bun run start - start storybook with examples.