Do you have an idea for your next venture?
We can assist you through whole product development cycle. From the ideation to the working product.

Quick Tips: using forwardRef to measure element height dynamically
Hello there :) Last time, I promised to explain why I used React.forwardref() in the Navigation component.

Quick Tips: add and remove active style
In this quick tip, I would like to show an easy way to add an active style to any HTML element.

How to resize an image to fit an HTML container
In this article, I would like to present how to resize an image to fit a HTML container. The most popular approach is to add object-fit property to img tag, we will use it as well, plus we will add...

How to style with styled-components
There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton