Public Links

598 bookmarks
Custom sorting
My love letter to XState and statecharts ♥
My love letter to XState and statecharts ♥
I discovered XState a year ago, I already had encountered state machines and statecharts before but I missed the point. Now a year further, I'm here to tell you that these are worth looking into and that XState is a the library to get you started. For me, the most important points to use XState or statecharts would be that it's declarative and explicit, it's hard to create invalid state. The nice extra's that you get with it, is the tooling around it and the portability across frameworks.
·dev.to·
My love letter to XState and statecharts ♥
Old CSS, new CSS / fuzzy notepad
Old CSS, new CSS / fuzzy notepad
I first got into web design/development in the late 90s, and only as I type this sentence do I realize how long ago that was. And boy, it was horrendous. I mean, being able to make stuff an
·eev.ee·
Old CSS, new CSS / fuzzy notepad
Redux-like state container in SwiftUI. Basics.
Redux-like state container in SwiftUI. Basics.
This week we will talk about building a state container similar to Redux and The Elm Architecture that provides a single source of truth for your app. A single state for the whole app makes it easier to debug and inspect. Single source of truth eliminates tons of bugs produced by creating multiple states across the app.
·swiftwithmajid.com·
Redux-like state container in SwiftUI. Basics.
How do arrays work?
How do arrays work?
What goes on under the hood of the most popular data structure? In this post, we uncover the secrets of the array by reinventing one ourselves.
·nan.fyi·
How do arrays work?