.map() The map() method creates a new array populated with the results of calling a provided function on every element in the calling array. In simple words, call map() on an array with a callback function that takes each element of your array and ...
If you haven't ever heard or used Nullish coalescing operator and Optional chaining operator then this post is for you. Both of the them are short-circuit operators introduced in ES2020. Optional Chaining operator ?. It makes it easy to get deeply ne...
Loaders are quite common web components that we see on the web. It presents a really decent UX and make the client aware of something being loaded. In this blog we will see how to create some of the very basic loading animations in pure CSS. - Ring L...
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. ^^From https://tailwindcss.com/ About Tailwind CSS is somewhat based on BEM(read more ) m...