A virtual DOM in 200 lines of JavaScript
A step-by-step implementation guide for a Virtual DOM library in ~200 lines of JavaScript, explaining the core concepts behind React and Vue.
A step-by-step implementation guide for a Virtual DOM library in ~200 lines of JavaScript, explaining the core concepts behind React and Vue.
Explains how to efficiently parse a set of known strings in Elm by building a trie-like structure to avoid the performance pitfalls of Parser.oneOf.
Explains tail recursion and techniques like accumulating parameters to prevent stack overflows in functional programming.
A personal review of the author's favorite and most inspiring conference talks from 2018, covering topics like development and security.