Rohith Akularohith-dev.hashnode.dev·Dec 22, 2024Understanding Browser Rendering: Discover DOM, CSSOM, and ReflowThe most important thing on the web is the Browser. But how do browsers render the websites that we see on the Internet? First of all, let us understand what is a browser : Browser is simple software that can load and execute the requested files by t...151 readsDOM
Muhammad Abubakarabubakarwebdev.hashnode.dev·Jun 22, 2024How Browsers Render Web Pages: A Complete GuideIn my opinion, understanding the rendering process is important for web developers, as it can help identify performance issues and optimize the display of web pages. In this article, I will explain the steps browsers take and share performance tips t...35 readsBrowsers
Nikblog.xnim.me·Mar 12, 2023FeaturedBrowser Event loop: micro and macro tasks, call stack, render queue: layout, paint, compositeThis article was initially published in my custom blog, but since I migrate to hashnode, I re-visited and re-wrote it The article focuses on the event loop, the order of execution, and how developers can optimise code. The fully detailed schema: Eve...76 likes·18.7K readsJavaScript
Chukwuemeka Timothy Ofilidevct.hashnode.dev·Nov 14, 2022Using requestAnimationFrame for JavaScript animation on the WebIt took me time to grasp the concept behind the requestAnimationFrame method. So I will briefly explain how to use requestAnimationFrame in web animations. Before then, let us understand how this method came to be and its advantages/uses. What is ani...5 likes·68 readsweb animation