JavaScriptRegenerated / yieldmachine

Components for State Machines, using Generator Functions
https://regenerated.dev/yieldmachine
MIT License
33 stars 0 forks source link

Pass external context #24

Open RoyalIcing opened 3 years ago

RoyalIcing commented 3 years ago

https://twitter.com/mpocock1/status/1440356513332162575

XState API proposal: 'input'

  • Use props and compose other hooks in a totally natural way.
  • No more useEffect's - prop changes get flushed to XState via events natively.

https://twitter.com/_jonesian/status/1440366408152481793

This has been my biggest contention with xstate. how to get initialization data into the machine when Im getting it from somewhere else