natemoo-re / stencil-state-tunnel

A tool for tunneling state/props down through a component stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm

Stencil State Tunnel

This project was built to provide additional functionality to developers working with stencil components and sharing state across components and through slots. The API was inspired by React's Context.

There are many cases within component based application development where you will want to drill state down through props to children and children's children and so on. This project was created in order to alleviate the need for pass props deep through an application's component structure.

There are 2 primary use cases where this tool makes sense.

  1. Building a stencil application and need to store application state in a centralized location.
  2. Building a collection of components that need to share state but have no direct 'line of sight' between the component relationships (ie most likely from using slot).

More information on usage and API can be found in our wiki.

About

A tool for tunneling state/props down through a component stack.

License:MIT License


Languages

Language:TypeScript 89.5%Language:HTML 7.5%Language:CSS 2.9%