🗺 Roadmap: Features & Docs #742
Replies: 9 comments 24 replies
-
I'm most excited about the browser extension and visualizing actors 🎉 |
Beta Was this translation helpful? Give feedback.
-
Are there any plans for a typed matching API? Whenever I'm refactoring my machines and move state nodes around, I usually need to Ctrl+Shift+F every moved state node to ensure I'm still matching against the correct state structure. It would be great if TypeScript could catch those sort of errors since I'm already defining a state schema for every machine. 😊 Inspired by @christianalfoni video on how this works in overmind https://www.youtube.com/watch?v=uDS159mWJ58 |
Beta Was this translation helpful? Give feedback.
-
Going forward, could you link us to to a relevant announcement as you complete these tasks? If the link is to a release notes section where multiple features have been introduced, it should be made clear which roadmap item the feature relates to. So when I visit this page, I'd like to know
|
Beta Was this translation helpful? Give feedback.
-
Hi @davidkpiano |
Beta Was this translation helpful? Give feedback.
-
Any news on "Abort controller support for invoke" being worked on as #418 has been closed, @davidkpiano? |
Beta Was this translation helpful? Give feedback.
-
Is there some ETA on V5? It's just that we are starting a new project roughly in 2 weeks and it would be nice to go with that right away. All are those roadmap items expected to be done before V5 hits or is there some plan for alpha version soon? |
Beta Was this translation helpful? Give feedback.
-
hey, any ETA for the v5 ? |
Beta Was this translation helpful? Give feedback.
-
Are you doing anything to tackle the bundle size? For all the features, it's understandably heavy. But what if the baseline was similar to I worry that as the library grows, it's going to become so large that only really big apps (games, graphics editors, etc) can justify it. |
Beta Was this translation helpful? Give feedback.
-
A generic question about this roadmap: it is still valid? 😊 |
Beta Was this translation helpful? Give feedback.
-
Proposed Features & Enhancements
@xstate/test
plan strategies @xstate/test test plan strategy #694@xstate/react
snapshot testing [Feature] @xstate/react : snapshot testing of components by state #432initial
targets Initial should accept deeply nested IDs #675initial
(full config) initial actions #466invoke
[Feature] AbortController support for invoke #418@xstate/scxml
SCXML import [feature] SCXML import? #411 Suggestion about tools that could help #101StateMachine
andStateNode
Split StateMachine & StateNode #655@xstate/graph
Initial transition Return initial state transition from getEdges function #266state.done
Detecting Final State without starting #328@xstate/react
React-specific interpreter for concurrent mode Proposal: a React-specific interpreter hook #1094Planned Documentation
SimulatedClock
with@xstate/test
Question: How to use SimulatedClock with @xstate/test when machine uses delays? #642Beta Was this translation helpful? Give feedback.
All reactions