Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.36 KB

File metadata and controls

40 lines (26 loc) · 1.36 KB

TAPI Monorepo

A collection of TypeScript libraries for building type-safe REST APIs and web applications.

Packages

Build REST APIs with fully typed clients without a compile step.

Lightweight lazy evaluation utility library.

Lightweight React-based client-side router with nested routes and path parameters.

Flexible caching system with tag-based invalidation supporting in-memory, filesystem, and Redis backends.

React bindings for TAPI with Suspense integration and auto-revalidation.

Skeleton loading state components for React applications.

Minimalistic web framework built on TAPI and React with Vite and esbuild.

Starter template for Bunny projects.

Examples

Example of using environment variables from a .env-file with bunny.

Example of a simple todo list application using bunny.

Example of a contact book application using bunny.