Skip to content

FelixFern/tunnel-fn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@felixfern/tunnel-fn

npm

Type-safe function tunneling across React components via context.

npm install @felixfern/tunnel-fn

See packages/tunnel-fn/README.md for full documentation.

Repository Structure

tunnel-fn/
├── packages/
│   ├── tunnel-fn/   — The npm package source (published to npm)
│   └── web/         — Landing page / demo website
├── pnpm-workspace.yaml
└── package.json     — Workspace root

Development

# 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 build

About

Developed by: Felix Fernando

About

Tunnel-fn is a simple and lightweight npm package to deal with passing function across component like a maniac in React

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors