https://github.com/stoxy-js/hooks
https://github.com/stoxy-js/hooks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stoxy-js/hooks
- Owner: stoxy-js
- Created: 2021-04-15T13:15:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T20:42:37.000Z (about 4 years ago)
- Last Synced: 2025-02-07T07:32:02.948Z (5 months ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



# 🗂️ 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