New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pageproof/react-tunnels

Package Overview
Dependencies
Maintainers
10
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pageproof/react-tunnels

**React Tunnels is experimental, please proceed with caution. The v0.x release is not appropriate for production use-cases. The API is subject to change - so if you do decide to use it, please make sure to use `--save-exact` when installing to avoid unexp

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
10
Created
Source

@pageproof/react-tunnels

React Tunnels is experimental, please proceed with caution. The v0.x release is not appropriate for production use-cases. The API is subject to change - so if you do decide to use it, please make sure to use --save-exact when installing to avoid unexpected surprises.

React Tunnels are a convenient way of specifying a different part of the component tree to render your components. Think React Portals but without the DOM. It's worth noting that it's not exactly like React Portals, but it can have a similar effect.

React Tunnels can also be used to pass around data, called "flags". Flags can be used to customize how the tunnel is rendered, or just a convenient way to pass around data & keep it in-sync without emitting events.

Installation

$ npm install --save @pageproof/react-tunnels

Documentation

Documentation is minimal right now, as we decide the best API for React Tunnels. We have some incomplete documentation in the docs folder in the repo. Probably the best place to start would be the createTunnel() documentation, as it contains some examples. And using/enabling TypeScript intellisense features in your IDE will also help a lot.

License

MIT License

FAQs

Package last updated on 04 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc