
Jovi De Croock
Software Engineer
Jovi joined Formidable in 2019 as our first EU-based software engineer, specializing in React and Node. He enjoys working on performance as well as finding simple and elegant solutions to complex problems. He's a core-contributor to the Preact project, a lightweight React alternative, used by Google AMP. A budding writer and speaker, Jovi also contributes to Formidable’s OSS projects.
How to urql, Part 3: The Normalized Cache
In our first blog post we talked about exchanges and how by default we're using a document-based cache. This is the cache that comes out of the box wi ...
How to urql, Part 2: Authentication & Multiple Use ...
In the last blog-post we covered the basics on how to query and mutate our data; in real-world applications, there's more to it. In this post, we'll c ...
How to urql, Part 1
When picking a GraphQL client for React, many default to using Apollo or Relay, but now there’s a new kid on the block rising in popularity over the l ...