Packages
The @rfjs/* utility toolkit.
Filter in-memory data with JSONPath-addressed conditions.
@rfjs/data-transformData type transformation utilities (string/number/boolean/date).
@rfjs/data-labelCompose display label strings from data paths, value maps, and templates.
@rfjs/jsonb-queryPostgreSQL JSONB query builder from filter metadata.
@rfjs/sql-filterGeneric boolean filter-group to SQL with pluggable leaf renderers.
@rfjs/pg-filterUnified PostgreSQL filter builder over columns and JSONB.
@rfjs/filter-builderFramework-agnostic canonical filter-tree model, schema inference, and engine compilation.
@rfjs/decision-tableDMN-style decision table: rules as nested filter trees, constant or expression outputs, first/collect hit policies.
@rfjs/es-queryElasticsearch / OpenSearch query builder — compile a filter-tree to bool queries.
@rfjs/es-clientClient-agnostic Elasticsearch / OpenSearch execution layer: search, pagination, highlight.
@rfjs/jwtJWT sign/verify/decode helper.
@rfjs/mongo-queryMongoDB query builder from filter metadata.
@rfjs/object-utilsObject manipulation utilities (flatten, paths, merge).
@rfjs/form-builderVisual form config builder — compose and edit JSON-driven form schemas with a live preview.
@rfjs/bpmn-uiRender read-only BPMN 2.0 process diagrams from XML in React.
@rfjs/pg-toolkitPostgreSQL admin utilities (seed history, DB/schema creation).
@rfjs/retryRetry helper with configurable delay.
@rfjs/tpl-toolkitShared config factories for rfjs project templates.
@rfjs/data-schemaData resource metadata contract — fields, pagination, and sort, shared across table/form/filter consumers.
@rfjs/table-builderDerive a config-driven data table from resource metadata: columns, formatting, sorting, and pagination.