Stately.ai (@statelyai) 's Twitter Profile
Stately.ai

@statelyai

The visual software modeling platform for app logic and workflows. Collaborate with your entire team to ship more robust code, faster.

ID: 1214951331942850562

linkhttps://stately.ai calendar_today08-01-2020 16:45:49

2,2K Tweet

9,9K Followers

8 Following

David K ๐ŸŽน (@davidkpiano) 's Twitter Profile Photo

๐Ÿ†• New features + improvements in XState Store: โ†’ Event emitter! Very useful for handling side-effects โ†’ Single-argument config โ†’ Support for SolidJS (thanks Steve Adams) โ†’ XState Inspect API โ†’ React improvements & zero deps (thanks Dominik ๐Ÿ”ฎ) npm i @xstate/store

๐Ÿ†• New features + improvements in XState Store:

โ†’ Event emitter! Very useful for handling side-effects
โ†’ Single-argument config
โ†’ Support for <a href="/solid_js/">SolidJS</a> (thanks Steve Adams)
โ†’ XState Inspect API
โ†’ React improvements &amp; zero deps (thanks <a href="/TkDodo/">Dominik ๐Ÿ”ฎ</a>)

npm i @xstate/store
Matt Pocock (@mattpocockuk) 's Twitter Profile Photo

Implementing an in-browser audio recording thing today. XState makes this so freaking easy it feels basically unfair. My state machine: gist.github.com/mattpocock/c65โ€ฆ

๐Ÿฆ‹@ericclemmons.com (@ericclemmons) 's Twitter Profile Photo

Working on a menubar app that will automatically pair/unpair my keyboard+trackpad when I switch machines. Since the Tray is imperative, I'm using Stately.ai to convert my workflow from text to a machine. Then, subscribing to changes to re-render like it was React ๐Ÿ’ช

Working on a menubar app that will automatically pair/unpair my keyboard+trackpad when I switch machines.

Since the Tray is imperative, I'm using <a href="/statelyai/">Stately.ai</a> to convert my workflow from text to a machine.

Then, subscribing to changes to re-render like it was React ๐Ÿ’ช
Pavel Tcholakov (@paveltcholakov) 's Twitter Profile Photo

My colleague Jack Kleeman has built a super cool integration that lets you turn XState state machine definitions into persistent restate virtual objects, backed by serverless compute - details on the blog restate.dev/blog/persistenโ€ฆ

Stephan Ewen (@stephanewen) 's Twitter Profile Photo

Durable Execution lets you write reliable state machines simply as sequential code. Sometimes, you want an explicit state machine, for clarity. #XState (Stately.ai) is a great tool for that. You can get the best of both, by using XState on restate restate.dev/blog/persistenโ€ฆ

GSAP (@greensock) 's Twitter Profile Photo

๐ŸŽƒ It's spooky season ๐Ÿ‘ป Time to dust off the cobwebs and creak open the GSAP halloween archive. Spell Caster is our all-time fave halloween demo. Made with GSAP Three.js and Stately.ai by Steve Gardner buff.ly/3CfcSOo

CityJS Conferences (@cityjsconf) 's Twitter Profile Photo

We picked the best talk to end the next #CityJSAthens - thanks to ReactAlicante โš›๏ธ๐ŸŒž๐Ÿฅ˜ for the great idea! Kevin Maes from Stately.ai will be joining us with a great talk on evolving #React Game #Development with Genetic Algorithms Get the last few tickets athens.cityjsconf.org

Kinane (@djang0_dev) 's Twitter Profile Photo

I wrote about implementing a simple billing system (frontend/backend) from scratch using Stately.ai with XState for a Shopify App (could be used everywhere) Each day i'm more addicted to this paradigm djang0.dev/billing-fsm

Farzad Yousefzadeh (@farzad_yz) 's Twitter Profile Photo

In the world where programming meets LLMs, it's critical for programmers to clearly understand what they're building to extreme details to get the most out of AI assistants. Suddenly, state machines and generative tests make a lot more sense. Stately.ai

.:โ  โ‹ฎโ  :. (@deomaius) 's Twitter Profile Photo

State machines in React? ๐Ÿค” Meet xState by Stately.ai, a powerful JS framework for creating state machines. While overkill to something as simple as a modal, it's perfect for components with nested flows and hierarchies or complex querying. It's my new tool of choice.

David K ๐ŸŽน (@davidkpiano) 's Twitter Profile Photo

How would you simplify XState? Planning for the next major version, and would love to hear your thoughts and ideas โœ๏ธ

with-heart (@grow_love) 's Twitter Profile Photo

I love `xstate` by Stately.ai because it allows me to discuss and reason about complex logic using relatively simple concepts and language. Literally a godsend.

David K ๐ŸŽน (@davidkpiano) 's Twitter Profile Photo

๐Ÿ†• XState Store v3 is now released! โ†’ Simpler, more ergonomic API (single arg, store.trigger.event(โ€ฆ)) โ†’ Enqueue effects โ†’ Store selectors โ†’ No more awkward types property โ†’ useStore(): a useReducer() alternative โ†’ And more! (still tiny: ~ 1kb) npm i @xstate/store

๐Ÿ†• XState Store v3 is now released!

โ†’ Simpler, more ergonomic API (single arg, store.trigger.event(โ€ฆ))
โ†’ Enqueue effects
โ†’ Store selectors
โ†’ No more awkward types property
โ†’ useStore(): a useReducer() alternative
โ†’ And more! (still tiny: ~ 1kb)

npm i @xstate/store
Askar Yusupov (@pyoner) 's Twitter Profile Photo

7/11 Mastra provides a workflow graph system for building more deterministic AI pipelines, featuring a graph-based workflow engine built on Stately.ai's XState and a simple control flow syntax. โฌ‡๏ธ

7/11 Mastra provides a workflow graph system for building more deterministic AI pipelines, featuring a graph-based workflow engine built on <a href="/statelyai/">Stately.ai</a>'s XState and a simple control flow syntax. โฌ‡๏ธ
David K ๐ŸŽน (@davidkpiano) 's Twitter Profile Photo

โš›๏ธ XState Store now has atoms, and they're *really* simple. โ†’ atom.get() โ†’ atom.set(โ€ฆ) โ†’ Derived atoms (reactive) โ†’ Async atoms โ†’ Stores are atoms too! npm i @xstate/store

โš›๏ธ XState Store now has atoms, and they're *really* simple.

โ†’ atom.get()
โ†’ atom.set(โ€ฆ)
โ†’ Derived atoms (reactive)
โ†’ Async atoms
โ†’ Stores are atoms too!

npm i @xstate/store
Victor Bouttรฉ (@monsieurboutte) 's Twitter Profile Photo

How Iโ€™m using state machines to add back determinism into agentic solutions Shout out to Stately.ai for the visuals and APIs of the state machine itself