UNPKG

@lumieslab/stasho

Version:

lightweight state management library

28 lines (17 loc) 699 B
# Stasho: Lightweight State Management for Web Applications Stasho is a minimalistic state management library designed for web applications. It provides a simple and efficient way to manage application state without unnecessary complexity. ## Features - **Lightweight**: Stasho is small in size and doesn't introduce unnecessary overhead. - **Easy to Use**: The API is straightforward and intuitive. - **Flexible**: Use it with any JavaScript framework or vanilla JS. ## Installation You can install Stasho via npm: ```bash npm install @lumieslab/stasho ``` if you'd like to build the project yourself: ```bash npm run build ``` ## License Stasho is released under the [License](LICENSE).