@stoxy/hooks

The reactive state management system equipped with Web Components.

Usage no npm install needed!

<script type="module">
  import stoxyHooks from 'https://cdn.skypack.dev/@stoxy/hooks';
</script>

README

Stoxy Logo

🗂️ StoxyHooks

Stoxy Hooks are still highly WIP

Stoxy is a state management API equipped with Web Components.

Stoxy allows you to easily handle, persist and update data in your DOM without the weight of a framework.

📖 Official docs

Official docs can be found here

🧰 Installation

Install Stoxy into your dependencies

npm install @stoxy/core

Then install this library to enable the mixin support

npm install @stoxy/hooks

Usage