Writing on programming, commerce, and tech.

Some long-form thoughts on programming, product design, commerce and more, collected in chronological order.

Building in React and Tailwind CSS is a dream

Recently, I have been using Tailwind CSS and I have found it to be a superior choice compared to frameworks like MUI and Chakra. To be clear, they are different things. Chakra or MUI are component libraries, and Tailwind is a utility framework.

How useEffect works in React

useEffect allows developers to perform side effects in function components, similar to how lifecycle methods work in class components