React

[ follow ]
React
fromArs Technica
2 days ago

Maximum-severity vulnerability threatens 6% of all websites

An unsafe deserialization vulnerability in React Flight (CVE-2025-55182) enables unauthenticated remote code execution; upgrade patched React versions immediately.
React
fromThisweekinreact
3 days ago

This Week In React #261: RSC vulnerability, Activity, ViewTransition, React Router, Sonner, Cedar, Storybook, Conform | RNRepo, Nitro Modules, Keyboard Controller, SET, Sheets, deep links | tsgo, Bun, WebGPU, Vite, oxfmt, Valibot | This Week In React

Upgrade React 19 immediately due to a critical Server Functions vulnerability that allows unauthenticated remote code execution via crafted HTTP requests to Server Function endpoints.
React
fromLogRocket Blog
2 days ago

The next era of React has arrived: Here's what you need to know - LogRocket Blog

React's declarative async coordination primitives automate orchestration of asynchronous UI work, reducing bugs, race conditions, and manual state management.
React
fromMedium
2 weeks ago

React Suite v6: A Steady Step Toward Modernization

RSuite v6 modernizes styling with CSS variables, adds layout primitives, AI-ready docs, and improves responsiveness and developer workflow.
React
fromLogRocket Blog
3 days ago

Tanstack DB 0.5 Query-Driven Sync: Loading data will never be the same - LogRocket Blog

Query-Driven Sync converts component-defined queries into precise network requests, reducing API sprawl and simplifying data fetching, caching, and updates.
#react-hooks
fromLogRocket Blog
1 week ago

How to speed up long lists with TanStack Virtual - LogRocket Blog

When you are building a social feed, data grid, or chat UI, everything feels fine with 10 mock items. Then you connect a real API, render 50,000 rows with myList.map(...), and the browser locks up. The core problem is simple: you are asking the DOM to do too much work. Virtualization solves this by rendering only what the user can actually see. Instead of mounting 50,000 nodes, you render the 15-20 items that are visible in the viewport, plus a small buffer.
React
React
fromThisweekinreact
1 week ago

This Week In React #260: TanStack, Actions, Immer, RTK, Streamdown, XState Store, ReScript, HTML streaming | Vercel v0, Worklets, Skia, Tailwind, Native Stack, Gifted Chat, Enriched | TC39, Playwright, Bun, Astro, Better Auth | This Week In React

TanStack Pacer Beta provides framework-agnostic timing utilities plus a React adapter with debouncing, throttling, batching hooks and Devtools.
fromJoshwcomeau
1 week ago

Brand New Layouts with CSS Subgrid * Josh W. Comeau

When CSS Grid layout was first released, it came with a big asterisk: only the grid's direct children could participate in the layout. "Subgrid" is a newer addition to CSS Grid which allows us to extend the grid layout down through the DOM tree. When I first heard about subgrid, it seemed to me like a convenience, a way to make it a bit simpler to accomplish the same stuff I was already doing.
React
#react-192
fromThisweekinreact
2 months ago
React

This Week In React #252: React 19.2, Activity, useEffectEvent, Compiler, Astro, StyleX, Docusaurus | Vega OS, Voltra, NativeScript, Expo Router, NativeWind, Lynx, Maestro | TC39, Temporal, Baseline, State Of JS, Supply Chain, MCP | This Week In React

fromThisweekinreact
2 months ago
React

This Week In React #252: React 19.2, Activity, useEffectEvent, Compiler, Astro, StyleX, Docusaurus | Vega OS, Voltra, NativeScript, Expo Router, NativeWind, Lynx, Maestro | TC39, Temporal, Baseline, State Of JS, Supply Chain, MCP | This Week In React

#react-native
fromThisweekinreact
2 weeks ago
React

This Week In React #259: State of React, Promise subclasses, Next.js, RSC, JSX Tools, React Grab, Base UI, Waku, StyleX | Yoga CSS Grid, Radon, Brownfield, Detox, Bootsplash | TC39, Browserslist, Linters, Prisma | This Week In React

fromThisweekinreact
1 month ago
React

This Week In React #256: Next.js, directives, TanStack, Storybook, Waku, shadcn, Rari, Astro | Navigation, EAS, Expo Modules, Gesture Handler, Screens, Nitro, IAP | ArkType, Biome, Svelte, Hono | This Week In React

fromThisweekinreact
1 month ago
React

This Week In React #254: Next.js, Remix, Compiler, Async React, TanStack, Cloudflare, Hook Form, Conform | VirtualView, DevTools, Screens, Radon, Harness, Audio API, Uniwind, Nitro | Bun, Oxlint, Vite, View Transitions | This Week In React

fromThisweekinreact
2 months ago
React

This Week In React #249: TanStack, Fast-Refresh, MDX, Storybook, nuqs, AI Elements, Three-Fiber | Expo, Legend List, Uniwind, New Arch, Rock, Screens, IAP, Glass, Sound, NavigationBar | Interop, Linting, Safari | This Week In React

fromThisweekinreact
2 weeks ago
React

This Week In React #259: State of React, Promise subclasses, Next.js, RSC, JSX Tools, React Grab, Base UI, Waku, StyleX | Yoga CSS Grid, Radon, Brownfield, Detox, Bootsplash | TC39, Browserslist, Linters, Prisma | This Week In React

fromThisweekinreact
1 month ago
React

This Week In React #256: Next.js, directives, TanStack, Storybook, Waku, shadcn, Rari, Astro | Navigation, EAS, Expo Modules, Gesture Handler, Screens, Nitro, IAP | ArkType, Biome, Svelte, Hono | This Week In React

fromThisweekinreact
1 month ago
React

This Week In React #254: Next.js, Remix, Compiler, Async React, TanStack, Cloudflare, Hook Form, Conform | VirtualView, DevTools, Screens, Radon, Harness, Audio API, Uniwind, Nitro | Bun, Oxlint, Vite, View Transitions | This Week In React

fromThisweekinreact
2 months ago
React

This Week In React #249: TanStack, Fast-Refresh, MDX, Storybook, nuqs, AI Elements, Three-Fiber | Expo, Legend List, Uniwind, New Arch, Rock, Screens, IAP, Glass, Sound, NavigationBar | Interop, Linting, Safari | This Week In React

React
fromJqueryscript
3 weeks ago

6 Best shadcn/ui Date Picker Components for React + TailwindCSS (2025)

Enhanced shadcn/ui Date Picker components extend the default with range selection, time input, presets, comparison modes, and timezone support while preserving Tailwind design integration.
React
fromThisweekinreact
1 month ago

This Week In React #255: Next.js, RSC, shadcn, TanStack, 3D, Fumadocs | Solito, iOS header items, Expo, BottomTabs, MMKV, ImGui | Node.js, Vitest, Lighthouse | This Week In React

Next.js 16 arrives with Turbopack stability, optimized navigation, and caching improvements while React Native gains iOS 26 support, native headers, BottomTabs v1, and Solito v5.
React
fromThisweekinreact
2 months ago

This Week In React #250: Activity, React Router, CSS-in-JS, RSC, React-Query, useEffect | Expo, iOS blur, AI, Lynx, Squircle, DataList, Liquid Glass | TC39, pnpm, Bun, Browserslist, WebKit | This Week In React

React's new <Activity> in canary preserves hidden subtree state while rendering at lower priority, amid a major Expo SDK 54 release and ongoing npm supply-chain threats.
React
fromThisweekinreact
1 month ago

This Week In React #257: Navigation API, PPR, directives, micro-frontends, i18n, Storybook, Immer | Godot, Uniwind, RCE, iOS filters, Windows, GPU, Hermes, Meta Quest | Node LTS, Safari, Rspack, Vite, SWC, Remix | This Week In React

React ecosystem includes an upcoming Navigation API, improved Partial Prerendering, multiple React Native releases, and a React Native Dev Server vulnerability that requires upgrading.
#tanstack-db
fromThisweekinreact
3 weeks ago
React

This Week In React #258: TanStack, Next.js, ImGui, next-intl, React-Email, Ink, React Router | Valdi, IntersectionObserver, Nitro, Radon, Lynx, WebGPU, Audio | TC39, Node, Web Animations, TypeScript, pnpm | This Week In React

fromThisweekinreact
3 weeks ago
React

This Week In React #258: TanStack, Next.js, ImGui, next-intl, React-Email, Ink, React Router | Valdi, IntersectionObserver, Nitro, Radon, Lynx, WebGPU, Audio | TC39, Node, Web Animations, TypeScript, pnpm | This Week In React

#useeffect
#pnpm
fromMedium
1 month ago
React

How to Setup React Storybook (v9) with pNPM For Advanced-To-Beginner React Developers?

fromMedium
1 month ago
React

How to Setup React Storybook (v9) with pNPM For Advanced-To-Beginner React Developers?

fromMedium
1 month ago
React

How to Setup React Storybook (v9) with pNPM For Advanced-To-Beginner React Developers?

fromMedium
1 month ago
React

How to Setup React Storybook (v9) with pNPM For Advanced-To-Beginner React Developers?

React
fromMedium
8 months ago

5 Top Lovable Alternatives in 2025

HopeAI's composable architecture provides modular, reusable, and maintainable development for modern web applications.
React
fromblog.logrocket.com
1 month ago

Why frontend devs should care about platform engineering - LogRocket Blog

Use Vercel AI Elements, CSS line-clamp, custom React Hooks, and modern async APIs like Promise.any to build efficient, accessible, and maintainable AI-enabled web applications.
fromLogRocket Blog
1 month ago

How I built an AI productivity assistant with Vercel AI Elements - LogRocket Blog

Vercel's AI SDK solved the complex challenge of integrating AI into applications. AI SDK provides a unified TypeScript toolkit that abstracts away the complexity of working with various large language models (LLMs). However, as developers adopted AI SDK for backend integration, they faced a new challenge: crafting great frontend user interfaces for AI applications. Building conversational UIs, message displays, and interactive elements required significant time and expertise.
React
fromGitHub
2 months ago

GitHub - mutativejs/travels: A fast, framework-agnostic undo/redo core powered by Mutative patches

Efficient History Storage with JSON Patches: Instead of storing full state snapshots for each history entry, travels uses JSON Patch (RFC 6902) to store only the differences between states. This dramatically reduces memory usage, especially for large state objects with small changes. For example, changing a single field in a 1MB object only stores a few bytes in history. High-Performance Immutable Updates: Mutative is 10x faster than Immer and provides a mutation-based API for updating immutable data structures.
React
React
fromInfoQ
2 months ago

Nuqs Adds Debounce, Standard Schema Integration and Key Isolation

Nuqs 2.5 adds debounced URL updates, standardized schema generation, fine-grained re-render control, and experimental TanStack Router integration for improved React URL state management.
fromLogRocket Blog
2 months ago

File-based routing in React Router v7 - Why keep it optional? - LogRocket Blog

React Router was first released in November 2014 by Michael Jackson (not that M.J.) and Ryan Florence. At the time, most React developers were still figuring out how to handle navigation in single-page apps without resorting to low-level history manipulation. React Router provided a simple alternative. It lets you declare routes as JSX elements, which fit naturally into React's component model and way of thinking.
React
React
fromThe New Stack
2 months ago

Fresh + Vite Means 9-12x Faster Development for Deno

In other dev news: Learn React in the most hilarious way, Nuxt update increases stability, and the HTMHell Advent Calendar seeks submissions.
[ Load more ]