Type-safe function tunneling across React components via context.
npm install @felixfern/tunnel-fnSee packages/tunnel-fn/README.md for full documentation.
tunnel-fn/
├── packages/
│ ├── tunnel-fn/ — The npm package source (published to npm)
│ └── web/ — Landing page / demo website
├── pnpm-workspace.yaml
└── package.json — Workspace root
# Install all dependencies
pnpm install
# Run the landing page dev server
pnpm dev
# Build the library
pnpm build:lib
# Run tests
pnpm test
# Build everything
pnpm buildDeveloped by: Felix Fernando