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 Takipçi

8 Takip Edilen

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.

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