Several important facts and best practices to make sure the enter key behaves the way your users expect. (more…)
Read more »
One huge pain point in React (and NextJS) is having to pass props through multi-level components. The bigger the application or project gets, the more painful this becomes. This is because of how React is structured, in a tree like fashion with data ... (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 »
If you are concerned about React’s size and performance (especially for mobile-web apps), there are several React clone libraries that have…
Read more »