XState For All
This repo and the demo includes a simple tryout about how to benefit of using a Meta Framework (Astro) to make it easier for distributing UI components in different technologies by providing a global state management alternative with XState.
Features
- 📦 Client-side composition of micro components in one repo with Astro Islands
- ✨ Multi-framework-developed UI components (React, Vue and Svelte)
Usage
- Switch to a Node.js LTS version (eg. v20)
- Build the app with
pnpm build
- Start the app with
pnpm dev
Resources