React and TypeScript packages

Plumile JS documentation

Plumile JS is a monorepo of published TypeScript packages. Start here when you need typed React routing, schema-driven URL filters, shared UI primitives, backoffice conventions, or the repository tooling behind those packages.

npm install @plumile/router
npm install @plumile/filter-query
npm install --save-dev @plumile/eslint-config-typescript

Build typed React routes

Use route definitions, typed navigation, lazy resources, prepare hooks, Suspense, and instrumentation.

Choose your path