Web Development
34.6K subscribers
1.55K photos
8 videos
961 links
Web Development news feed
Download Telegram
How Imports Work in RSC

#react

RSC does not shy away from the fact that the backend and the frontend each have their own module system.

It works exactly like traditional JavaScript codebases that reuse some code between the frontend and the backend, where reused code effectively exists on both sides.

RSC adds on top are just two mechanisms!


Read more
Jest 30: Faster, Leaner, Better

#tests #jest

Read more
Understanding CSS corner-shape and the Power of the Superellipse

#css

Read more
Building a Lightweight Reactive State Manager with JavaScript Proxies

#js #javascript

🛠️ Shortly how to build a lightweight reactive state manager using JavaScript proxies, enabling automatic UI updates without relying on heavy libraries or complex setups


Read more
react-player 3.2 released

Component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion


#package #lib

Read more
Dependency cruiser

Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD


#package #lib

Read more
Server and Client Component Composition in Practice

#react

Read more
How to keep package.json under control

🌱 Although dependencies are often numerous and large, they aren’t necessarily unjustified — many are essential for functionality, and the art lies in selectively curating rather than eliminating them entirely.

🛠️ The best practice is to regularly audit what your project depends on (direct & transitive), update responsibly, and remove the unused or low-quality modules so that your codebase remains maintainable, performant, and secure.


#npm

Read more
React Native 0.82 - A New Era

• New Architecture Only
• Experimental Hermes V1
• React 19.1.1
• DOM Node APIs


#reactnative #rn

Read more
Vue Basics: State Management in Vue

#vue #pinia

Read more
15 Recent Node.js Features that Replace Popular npm Packages

#node

Read more
Storybook 10 - ESM-only, 29% lighter, module automocking, and more

#storybook

Read more