I haven't explored the
I got to see inside the Vue-machine a little while working through
I made a few illustrated notes on the main concepts
If you're a Vue person and want to dive into this more, you can check out Laurie's course here...
Take a look at
Last year the React team released a feature called "hooks" that lets you do some powerful stuff we couldn't do as easily before... Managing state. Accessing DOM elements. Using side effects. It'sā¦
xState is a snazzy way to manage JavaScript application state using visual state charts. It's a pretty wonderful tool for making sure you think through every possible edge case of an applicationā¦