Telegram Web
Solving Prop Drilling in Vue: Modern State Management Strategies

Eliminate prop drilling in Vue apps using Composition API, Provide/Inject, and Pinia.
Learn when to use each approach with practical examples. - https://alexop.dev/posts/solving-prop-drilling-in-vue/

#vue
Why Does RSC Integrate with a Bundler?

is a deep, technical post into why and how bundlers are used to coordinate the client/server concerns of RSC code. - https://overreacted.io/why-does-rsc-integrate-with-a-bundler/

#react
Introducing Mentoss: The fetch Mocker

A new approach to mocking global fetch() calls (in both browsers and server-side runtimes) inspired by previous attempts like Nock and MSW. - https://humanwhocodes.com/blog/2025/01/introducing-mentoss-fetch-mocker/

#javascript
There Are a Lot of Ways to Break Up Long Tasks in JavaScript

Due to how browsers and the event loop work, letting a single task hog the main thread is a quick way to freeze up your site’s UI. Alex explains the problem and uses a simple example to walk through the pros and cons of different solutions from basic use of setTimeout() to requestAnimationFrame(), channel messaging, and Web Workers. - https://macarthur.me/posts/long-tasks/

#javascript
Refactoring a scroll-driven animation from JavaScript to CSS

Ever feel like your JS scroll animations are a bit heavy? This article is perfect for you; it guides you through converting those animations to CSS, making them much smoother and more efficient. The author explains how to pinpoint JS inefficiencies, then shows how to use CSS properties like scroll-behavior and scroll-snap for better performance. - https://component-odyssey.com/articles/08-refactoring-a-js-driven-scroll-animation-to-css

#css
Good practices for Vue Computed Properties

This article covers good practices for working with computed properties in Vue, ensuring you get the most out of them. - https://dev.to/jacobandrewsky/good-practices-for-vue-computed-properties-5gd7

#vue
Why We Created Another Kafka Client for Node.js

Apache Kafka is a popular distributed event streaming platform but the existing client libraries have various flaws, leading Platformatic to release a new one built around modern Node best practices. - https://blog.platformatic.dev/why-we-created-another-kafka-client-for-nodejs

#nodejs
How to Use Rem Units in CSS for Accessible Design

Ever wonder how rem units work in CSS? This guide explains it clearly. It covers how rem (root em) units are based on the root element's font size, making scalable and accessible design easier. The author also compares rem with px and em, and provides practical examples for using rem in font sizing, media queries, and more. - https://www.a11y-collective.com/blog/what-is-rem-in-css

#css
2025/06/26 12:35:03
Back to Top
HTML Embed Code: