relit (reactive lit) is a collection of utilities to provide various features as reactive state to lit components.
DOM state, web APIs, property history and much more.
To install relit
, simply add it as a dependency to your lit project:
npm i -S relit
For usage, see the docs of each available utility.
MIT