React is the world’s most popular JavaScript framework. Of course, the only way to gauge actual usage of an open […]
Animations are a major part of modern-day web development components. They add an aesthetic and visual appeal to how web […]
Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove […]
While larger back-end systems are usually split up in terms of responsibilities into what we call (micro)services, the client(s) consuming […]
Have you ever factored out a constant in TypeScript, only to have the type checker start reporting some mysterious errors? […]
Managing state when building complex tasks was quite a pain in the neck until Redux came along. Inspired by Flux […]
Grab a coffee, settle in, and read slow. Our review doesn’t miss much.
How to make an MVP that doesn’t suck In 2014, I began my first internship. It was my first time […]
Redux is a very popular state container used in so many modern frontend JavaScript applications. It is framework agnostic and […]
The phrase “single-page application” has come, over the years, to mean both a particular type of website and a web […]
After the React team announced the proposal of a new feature called Hooks at React Conf 18, there was a […]
If you’ve used React before, chances are that you’ve had to require some form of method for managing things. If […]