@everystate/examples
v1.0.2
Published
EveryState Examples: Example applications and patterns
Downloads
26
Maintainers
Readme
@everystate/examples
Example applications and patterns for EveryState
A collection of working examples demonstrating EveryState patterns and best practices.
Installation
npm install @everystate/examplesExamples Included
- Counter: Basic state management
- Todo App: CRUD operations with lists
- Async Data: Loading states and error handling
- Routing: SPA navigation
- Forms: Form state and validation
- Performance: Using the perf monitor
- CSS State: Reactive styling
Usage
Each example is a standalone HTML file that can be opened in a browser or served locally.
Documentation
Full documentation available at everystate.dev.
Ecosystem
| Package | Description | License |
|---|---|---|
| @everystate/aliases | Ergonomic single-character and short-name DOM aliases for vanilla JS | MIT |
| @everystate/angular | Angular adapter: usePath, useIntent, useWildcard, useAsync — bridges store to Angular signals | MIT |
| @everystate/core | Path-based state management with wildcard subscriptions and async support | MIT |
| @everystate/css | Reactive CSSOM engine: design tokens, typed validation, WCAG enforcement, all via path-based state | MIT |
| @everystate/examples | Example applications and patterns | MIT |
| @everystate/perf | Performance monitoring overlay | MIT |
| @everystate/react | React hooks adapter: usePath, useIntent, useAsync hooks and EventStateProvider | MIT |
| @everystate/renderer | Direct-binding reactive renderer: bind-*, set, each attributes. Zero build step | MIT |
| @everystate/router | SPA routing as state | MIT |
| @everystate/solid | Solid adapter: usePath, useIntent, useWildcard, useAsync — bridges store to Solid signals | MIT |
| @everystate/test | Event-sequence testing for EveryState stores. Zero dependency. | MIT |
| @everystate/types | Typed dot-path autocomplete for EveryState stores | MIT |
| @everystate/view | State-driven view: DOMless resolve + surgical DOM projector. View tree as first-class state | MIT |
| @everystate/vue | Vue 3 composables adapter: provideStore, usePath, useIntent, useWildcard, useAsync | MIT |
License
MIT © Ajdin Imsirovic
