|
Category: Frontend
-
Understanding ‘Truthy’ and ‘Falsy’ in JavaScript
In JavaScript, the type of value determines its truthiness or falsiness. Objects will always be your go-to for a guaranteed truthy value!
-
Build Your Icon Component Library in React using SVGs
How to make your own set of reusable icon component that look great and work smoothly. It highlights the benefits of using the react-icons library…
-
Reusable Accordion Component | React, Tailwind CSS
An accordion — a versatile UI pattern that could elegantly expand and collapse content with a mere click. We write this reusable component using React and styled with Tailwind…