Recently Published
Caching Relational GraphQL Data
November 30, 2020 by @_philplHow do normalised caches work? Normalised caching is one of the most commonly used features in apps using GraphQL. urql's Graphcache is one of those caches, which adds ever smarter features like “Offline Support” or “Partial Results”. Let's find out what makes it tick.
Parser Generator DSLs
November 25, 2020 by @_philplParsers are fascinating and in the JavaScript ecosystem they're all around us. With Babel Macros tagged template literals can do more than just embed DSLs, they can be precompiled to become generated code. Let's look at how I built RegHex which let's you create parsers right in your JS code.