An open API service indexing awesome lists of open source software.

https://github.com/stoxy-js/hooks


https://github.com/stoxy-js/hooks

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

![Stoxy Logo](assets/stoxy.png)

![](https://badgen.net/npm/v/@stoxy/element-mixin)
![](https://badgen.net/bundlephobia/dependency-count/@stoxy/element-mixin)
![](https://badgen.net/bundlephobia/minzip/@stoxy/element-mixin)

# 🗂️ StoxyHooks

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](https://stoxy.dev)

## 🧰 Installation

Install [Stoxy](https://github.com/Matsuuu/stoxy) into your dependencies

```sh
npm install @stoxy/core
```

Then install this library to enable the mixin support

```sh
npm install @stoxy/hooks
```

## Usage