Web Development news feed. @ChannelsAdvs Buy ads here: https://telega.io/c/webde
Understanding CSS corner-shape and the Power of the Superellipse
#css
Read more
Jest 30: Faster, Leaner, Better
#tests #jest
Read more
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!
Announcing Rolldown-Vite
It is a drop-in replacement, as Rolldown will become the default bundler for Vite in the future.
JavaScript's upcoming Temporal API and what problems it will solve
After years of coping with the old Date API
, JavaScript developers finally have a path to a better future with dates and times.
Announcing TypeScript Native Previews
Microsoft has announced the public preview of TypeScript Native, a Go-based compiler that delivers up to 10x faster builds and improved memory efficiency.
Available via npm and a new VS Code extension, this release marks a significant step toward TypeScript 7, offering enhanced performance for developers working on large-scale projects.
How to format dates in JavaScript: Methods, libraries, and best practices
#js #javascript
Read more
Understanding React's Rendering Revolution: hydrateRoot and the New SSR Paradigm
#react
Read more
Converting values to strings in JavaScript has pitfalls
#js #javascript
Read more
Vue.js Testing with Vue Test Utils and Vitest
#vue #testing
Read more
React Native 0.79 - Faster tooling and much more
#reactnative #rn
Read more
React Email 4.0 - A completely new set of tools to help you build better emails
#react #email
Read more
Announcing TanStack Form v1
#tanstack #library #package
Read more
What is TypeScript? An overview for JavaScript programmers
#typescript
Read more
Concurrent Optimistic Updates in React Query
#reactquery #library #package #react
Read more
Storybook 9 is here!
▶️ 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!
Announcing Angular v20
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.
React Router RSC Preview
Experimental support for React Server Components (RSC) in React Router, enabling developers to incrementally adopt RSC through server component routes and enhanced loader capabilities.
While the preview utilizes Parcel due to current limitations in Vite’s RSC support, it showcases promising advancements in server-rendered React applications.
JavaScript, when is this?
#js #javascript
Read more
How and when to use type casting in TypeScript
#typescript
Read more
gRPC vs REST: Choosing the best API design approach
#api
Read more
Building Single Page Apps with SvelteKit
#svelte #sveltekit
Watch more
React Hotkeys Hook - React hook for using keyboard shortcuts in components
#react #library #package
Read more
React Reconciliation: The Hidden Engine Behind Your Components
#react
Read more
ie33/10-hidden-gems-in-angular-that-you-should-use-152fcffde7d3">10 Hidden Gems in Angular That You Should Use
#angular
ie33/10-hidden-gems-in-angular-that-you-should-use-152fcffde7d3">Read more
An Electron app boilerplate with React v19, TypeScript v5, Tailwind v4, shadcn/ui, Electron Vite, Biome, GitHub Action releases and moe
#electron #mobile #react
Read more
Svelvet 11: Build Node-Based UIs with Svelte
A mature Svelte component library for creating interactive node-based UIs and diagrams.
v11 adds the ability to toggle between ‘snap grid’ and freeform modes for manipulating elements.
How I Started Writing Unit Tests for Vue Components
#vue #unittests #tests
Read more