Lazy load embed videos by using facade image in Next JS
Optimize your next js website by using facade image for the embedded videos

Search for a command to run...
Articles tagged with #frontend-development
Optimize your next js website by using facade image for the embedded videos

Let’s say that you have a list of elements and you want to listen for an event on each one of them. One way of doing it would be to loop over all the elements in the list and add event listeners on them individually. But as you can see this could be ...

There are a lot of hosting platforms where you can host your React application, with some of them being Vercel and Netlify. But did you know that we can also host our React Application on Github which is a super easy process. So let's go and host you...

Numbers in JavaScript is a primitive data type that can store both Integers and floats. It is really important to know how numbers behave in JavaScript and how to use them. Converting numbers For converting a string that contains only a number (eg: ...

Introduction Map, Filter and Reduce are Array Methods that are used for iterating over an array and returning value/array. It returns a new Array and it doesn't change the original Array. These methods are also very important in React JS which is a v...

Boxes are something you need to be familiar with while working with CSS. Because they are everywhere, everything in CSS is a box whether it be a square or a rectangle. So learning how to manage, structure, and design the Box is one of the fundamental...
