yieldmachine
yieldmachine copied to clipboard
Components for State Machines, using Generator Functions
https://github.com/aws-amplify/amplify-ui/tree/main/packages/ui/src/machines
- Show the states that a widget can be in. - Support dynamic numbers of states e.g. multiple tabs - Model focus states. e.g. menu button should focus after closing....
- https://twitter.com/chrisshank23/status/1442029809408745476
https://thatjdanisso.cool/functions-that-go-backwards
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...
- http://beam-wisdoms.clau.se/en/latest/eli5-processes.html - https://stephenbussey.com/2021/07/02/what-is-a-genserver.html?utm_medium=email&utm_source=elixir-radar
https://twitter.com/_jonesian/status/1440101111684165632 > my biggest challenge is with data dependencies inside of context. like do i assume the data is there in the initial context or do i have an idle...
- Parse mini modules format - Produce Wasm binary - Benefit: Able to be run anywhere: browsers, cloud, locally - Benefit: Sandboxed
# Visualizer - https://stately.ai/viz # Cloud rendered - Collected Press but for JavaScript modules. - Takes a .js file with a Generator Component from a Gist or GitHub repo, and...
Useful for hydration, testing, etc