AlexWebLab

Explore a wide range of web development topics, from JavaScript to React and beyond, and uncover valuable insights to enhance your skills.

Latest 2 articles:

CORS Preflight Requests Explained

Networking & Caching

CORS errors are among the most common frustrations in web development. Understanding why preflight requests exist and how the browser decides to send them will save you hours of debugging.

Concurrent Rendering in React: How It Works and Why It Matters

Rendering & Frameworks

React's concurrent rendering allows multiple render tasks to be in-flight simultaneously, prioritised by urgency. It's the feature that makes your app feel responsive even while doing expensive work — and it changes how you should think about React's rendering model.