Reconciliation, Renderers, Fiber, Virtual Tree

Reconciliation, Renderers, Fiber, Virtual Tree 23 minutes by Frontend Almanac Today we will look under the hood of the library and try to understand how it works inside, how it stores data, and how Virtual Tree looks like. Design and build UI components … more Read More

A stacked toast component for React

🍞 react-stacked-toast 🔥 Features 📦 Tiny : ~6kB gzipped 🎨 Customizable : You can customize the toast notification by passing a React component 🏃 Getting started Using npm: npm i react-stacked-toast Using yarn: yarn add react-stacked-toast 📚 Usage … more Read More

HTTP at Thirty-Three

I am of the opinion that the Hypertext Transfer Protocol is a marvel. It’s earliest version could not be simpler: it only describes the most basic GET request, and yet GET remains the workhorse of the web thirty-three years later. The rest of what would … more Read More

WebStorm 2023.3.3 Is Out

WebStorm 2023.3.3, the third update for WebStorm 2023.3, is now available! You can update to v2023.3.3 by using the Toolbox App, installing it right from the IDE, or downloading it from our website. Syntax highlighting for React Client and Server components … more Read More

Deno adds API for date and time operations

Deno 1.40, the latest version of the JavaScript runtime positioned as a rival to Node.js, has been launched with a Temporal API for advanced date and time operations. The update was announced January 25. Deno can be accessed from deno.com. The Temporal … more Read More

Release Notes for Safari Technology Preview 187

Safari Technology Preview Release 187 is now available for download for macOS Sonoma and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update. This release includes … more Read More

2023 JavaScript Rising Stars

The recent report from Rising Stars highlights the trends in the JavaScript ecosystem and showcases standout projects based on GitHub Stars in 2023. Overall, the most popular project was shadcn/ui, a collection of UI components that can be used to create … more Read More