davidkpiano / frontend-masters-react-workshop

Code for the Frontend Masters React State Modeling Workshop
https://frontendmasters.com/courses/xstate-react/
MIT License
128 stars 81 forks source link

Port workshop to Svelte #7

Open annaghi opened 3 years ago

annaghi commented 3 years ago

XState is a game changer when dealing with application logic, thank you for creating and working on it!

I saw the workshop on Frontend Masters, and as a learning process ported the workshop to Svelte: https://github.com/annaghi/xstate-svelte-workshop

If it can be helpful, feel free to use it.

davidkpiano commented 3 years ago

This is awesome, added to the readme!

By the way, was this straightforward to port over?

annaghi commented 3 years ago

Happy to hear that!

Yes, it was a joy: XState machines and Svelte reactive stores are play very well together, even with actors. :100: