⏮️ Watch David as he makes an XState V5 cheatsheet for our docs. Featuring plenty of examples and some extra time on Vue compatibility…
🚚 Looking to migrate from XState V4 to XState V5? We’ve got a few resources to get you started…
▶️ Watch our webinar where David takes you through migrating a V4 project:
https://www.youtube.com/watch?v=s-nqoIbIZac
📖 And check out our docs for a list of breaking changes and FAQ… https://stately.ai/docs/xstate-v5/migration
#statemanagement #xstate #migration #xstatev4 #xstatev5
🗓️ Join us next Friday for a special #StatelyOfficeHours
We’ll cover the latest big release in Stately Studio and answer any of your questions about #StatelyStudio and #XState :
#statelyofficehours #statelystudio #xstate
⏮️ Catch up on our most recent webinar about Stately Studio and state machines.
This is a special webinar as it previews the upcoming Studio design! 🤫
#statemachines #statecharts #diagramming #stately #xstate
@b0rk https://xstate.js.org/viz/ is an interactive playground for statecharts/state machines. #xstate
I could tell you that I love XState at the moment. I'm wondering how long I'll be in love with it.
I really see a lot of potential in it, but after using it twice I can't say how I feel in a few month.
#xstate #fsm #javascript #typescript #nodejs
Implemented a (#xstate compatible) custom state machine+reducer combination for a #React app and finally it worked out.
1st app (~1 year ago) -> complete failure, I deleted everything
2nd app (~6 months ago) -> codebase got more confusing and harder to maintain but running
3rd app -> I could solve exactly the issues I hoped I could, the app runs much better and its easier to improve & add new features 🥳
Should also be easy to reuse when another app could benefit from it.
I wrote a blog post about #statecharts #statemachines and #xstate https://tritarget.org/#How%20I%20understand%20state%20machines
#statecharts #statemachines #xstate
Started to use xstate. I'm really impressed and wish I had jumped on it earlier. Any downside I should know about?
#javascript #typescript #webdev #xstate #fsm
Anyone got some good #xstate tips? I've got a prototype web app that would hugely benefit from having all of the UI & business logic set up with state machines, but I never know where to start or how encapsulated a machine's scope should be.
I suppose I should just start small and scale up - replace some existing logic with a state machine and go from there
Anyone got some good #xstate tips? I've got a prototype web app that would hugely benefit from having all of the UI & business logic set up with state machines, but I never know where to start or how encapsulated a machine's scope should be.
I suppose I should just start small and scale up - replace some existing logic with a state machine and go from there
ember-statechart-component makes statecharts are first class citizen.
Statecharts *are* components.
✨
A totally transparent integration 🥳
Supports Glint to!
#xstate #emberjs #typescript #JavaScript #WebDev
#XState (the library) and #Stately (the company) are two things I'm very excited about these days. State machines have so many uses: front end, back end, workflows, parsers...
The stuff Stately is doing make them easy to build and understand. And XState has an extremely small footprint at runtime.
Anyway, their office hours are on now: https://www.youtube.com/watch?v=MpbbgOQ9WAI
Refactoring some of my old code and realising how many times did I re-invent what #xstate gives me for free.
Very much recommended for every developer out there: https://xstate.js.org/
RT @lmatteis@twitter.com
With #xstate (and statecharts) getting more and more traction people are starting to realize: finally a tool that puts users' behavior at the center.
MobX, RxJS, React, Svelte, types, Suspense, Vue etc. They are all cool tech stuff; but where is the actual business logic?