Working on front-end development
Testing a User Experience
Created a blur-able image component in react to improve user experience when loading web pages. The idea is while the image loads we show a blurred base64 small version of the original image.

It works like a charm! No more choppy image loads. Heavily inspired by Kent C Dodds 🔑