Bun Explained in 100 Seconds — The popular quick dev explainer channel tackles Bun at a high level
#bun
Watch video
#bun
Watch video
The React Foundation: A New Home for React Hosted by the Linux Foundation
#react
Read more
React, React Native, and JSX are now owned not by Meta, but by an independent foundation hosted by the Linux Foundation.
#react
Read more
React Doctor — let coding agents diagnose and fix your React code
#react
Read more
Fresh from the creator of React Scan and React Grab, a new tool that scans your codebase and gives you a 0-100 score
#react
Read more
Practical guide to the <img> element: from the basics to LCP
#html #optimization
Read more
This article focuses on Web Performance best practices. Optimising image performance does not replace accessibility: attributes like alt are essential and are out of scope for this guide.
#html #optimization
Read more
Vue Scrollama 3.0: Vue Component for Scroll-Driven Interactions
#vue #library #package
Read more
Scrollama is a library for doing so called ‘scrollytelling’ where scroll position affects the presence of certain elements in the viewport.
#vue #library #package
Read more
This media is not supported in your browser
VIEW IN TELEGRAM
How to Use Lazy Loading Without Hurting Web Performance
#performance
Read more
🚀 Lazy loading delays non-critical content (like images) to speed up initial page load.
⚠️ But overusing it, especially on important, above-the-fold elements, can hurt performance and user experience.
👉 Use it selectively: load key content immediately, lazy load the rest.
#performance
Read more
pnpm 11.0 Released
#pnpm
Read more
You’ve heard about its benefits, but now the popular package management tool is even better.
v11 sets minimumReleaseAge to one day by default, there's an SQLite-backed store index (faster installs!), native package publishing, pack-app, and more.
There's a migration guide for v10 users. Work has also resumed on a Rust-powered port called Pacquet.
#pnpm
Read more
TypeScript 7.0 Beta: 10x Faster TypeScript Compilation
Read more
The Go-powered port with “about 10 times faster” compiler performance. TypeScript 6.0's deprecations and config changes will help you upgrade smoothly from v5 to v7.
There are also changes to how to write your code to review. While v7 is considered "close to production-ready", a stable programmatic API won't arrive till v7.1.
Read more
React Review: Audit Your Codebase for Bad React Code
#react #review #performance #audit
Read more
From the creator of React Doctor comes a new GitHub App (powered by React Doctor) that fetches both a pull request branch and base branch and reviews and reports on issues introduced in the PR.
#react #review #performance #audit
Read more