Announcing Angular v20
#angular
Read more
Angular v20 solidifies its reactivity model by stabilizing key APIs like effect, linkedSignal, and toSignal, enhances developer experience with improved debugging tools and style guide updates, and introduces experimental features such as httpResource for reactive HTTP requests and support for GenAI development.
#angular
Read more
👍7
Announcing Rolldown-Vite
#vite
Read more
It is a drop-in replacement, as Rolldown will become the default bundler for Vite in the future.
#vite
Read more
Storybook 9 is here!
#storybook #lib #package #tests
Read more
▶️ Interaction tests
♿ Accessibility tests
👁️ Visual tests
🛡️ Coverage reports
🚥 Test widget
🪶 48% Leaner
✍️ Story generation
🏷️ Tag-based organization
🌐 Story globals
🏗️ Major updates for Svelte, Next.js, React Native, and more!
#storybook #lib #package #tests
Read more
How Imports Work in RSC
#react
Read more
#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
Building a Lightweight Reactive State Manager with JavaScript Proxies
#js #javascript
Read more
#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
#package #lib
Read more
Component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
#package #lib
Read more
How to keep package.json under control
#npm
Read more
🌱 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