Found 162 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 ♥
Trie in Javascript: the Data Structure behind Autocomplete
Trie in Javascript: the Data Structure behind Autocomplete
We've already covered the basics of tree data structure in three posts. If you haven't gone through those yet, I would strongly going through the introductory post at the very least. Introduction Trie is a variation of tree data structure. It's also...
·stackfull.dev·
Trie in Javascript: the Data Structure behind Autocomplete
Bytecode Alliance
Bytecode Alliance
JavaScript in the browser runs many times faster than it did two decades ago. And that happened because the browser vendors spent that time working on intensive performance optimizations.
·bytecodealliance.org·
Bytecode Alliance