Skip to content

A type-safe, flux-inspired state store for CLI and API apps alike.

License

Notifications You must be signed in to change notification settings

ganbarodigital/ts-well-stated

Repository files navigation

Welcome To @ganbarodigital/well-stated!

Introduction

WellStated is a type-safe state store, inspired by Flux, Redux and Vuex. It's built to support both CLI and API applications.

It is very much a work-in-progress at this point.

Quick Start

# run this from your Terminal
npm install @ganbarodigital/well-stated
// add this import to your Typescript code
import { Store } from "@ganbarodigital/well-stated/lib/v1"

VS Code users: once you've added a single import anywhere in your project, you'll then be able to auto-import anything else that this library exports.

Documentation

Looking for more detailed documentation? You'll find it under the docs folder.

About

A type-safe, flux-inspired state store for CLI and API apps alike.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published