Many people are familiar with using React refs to access DOM elements. import { useRef } from 'react'; function MyComponent() { const... (more…)
Read more »
Toggling features within a code base is a technique to influence the behaviour of software without having to redeploy. It is often used in… (more…)
Read more »
A year ago our front-end was written in a cumbersome combination of Backbone, TypeScript, and a custom state management layer. It was maintainable, but we wanted to ship features faster than it would let us. We wanted to migrate to a React + MobX architec... (more…)
Read more »
It’s been a month since we launched React Studio 1.0. We are trying to maintain a steady release cycle of shipping updates every two weeks… (more…)
Read more »
One month ago, we started working on a new product: Instant 2FA, the easiest way to add two-factor authentication to any site in less than…
Read more »