You should use React.memo more!

Using React.memo can give a performance boost in your app by memoizing your functional components’ render. React is pretty fast by default, and in general, y… Read more

Similar

Trap Focus in a React Component

Some actions on a web application requires shifting the focus of an user. We’ll use the focus-trap package to trap focus within a DOM node or React component. While developing interactive applications for the modern web, changes are that you’ll need to cr... (more…)

Read more »

We Built a SaaS with React and AWS

I started iterpace with Marco Zani in the summer of 2018. The plan was to build a tool that would let people share clear feedback with the right context. A bit like Loom, but you get advanced commenting instruments and threads. (more…)

Read more »