Every React app I had worked with used react-router. There isn't much sense in having an application without it. In this article, we will be looking...
Breaking the law · How would you react if I would say you should duplicate code when writing tests? You would probably think I don't know what I'm...
TypeScript tools to have under your belt · TypeScript comes with a lot of built-in types that can be used for extracting, converting, or manipulating...
I've been using Hasura for the more significant part of the year, working every day with it. It's marketed as a BaaS (backend as a service), which...
Don't manage state, derive it · What is a derived state? A derived state is a value that is computed from a state value. For example: import React from...