







GitHub - pmndrs/zustand: ๐ป Bear necessities for state management in React
๐ป Bear necessities for state management in React. Contribute to pmndrs/zustand development by creating an account on GitHub.
Keep runtime state out of repo root by just-cameron ยท Pull Request #63 ยท letta-ai/social-cli
Summary Moves generated runtime state paths to .social-cli/state/ by default so inboxes, ledgers, processed sets, dispatch results, and archived outboxes do not pollute the repository root. Adds i...

Real-World React: Designing Frontend Architectures That Survive Production | Workshops | Faris Aziz
Most React workshops focus on building features. This one focuses on keeping them alive. In production, React applications fail in ways that local environments never show: partial outages, slow dependencies, silent errors, broken rollouts, and performance regressions that only appear under real traffic. This workshop is a practical, architecture-first walkthrough of how experienced teams design React systems that stay resilient, observable, and scalable long after the first release. We will explore how component architecture, reconciliation in practice, and runtime failure patterns shape performance and operability far more than memoization tricks or framework features. Using React and Next.js as shared reference points, we will work through concrete patterns for failure recovery, error containment, safe rollouts, and post-deployment confidence. This is a hands-on, experience-driven workshop based on real production constraints, tradeoffs, and lessons learned from operating large React applications at scale. Attendees will leave with a mental model for building frontend systems that can fail safely, recover quickly, and ship continuously without fear. Most of the workshop is framework and library-agnostic, but we'll use React and Next.js as our common ground for communication and examples. This is not an exhaustive masterclass; it's a conversation starter and experience share to jumpstart your journey toward battle-tested software architecture.


next.js/packages/next/README.md at canary ยท vercel/next.js
The React Framework. Contribute to vercel/next.js development by creating an account on GitHub.



High Fidelity Detection Mechanism for RSC/Next.js RCE (CVE-2025-55182 & CVE-2025-66478) โบ Searchlight Cyber
This morning, an advisory was released for Next.js about a vulnerability that leads to RCE in default configurations, with no prerequisites. The root cause of this issue lies in React Server Components, which Next.js utilizes. Over the last day, we have noticed an incredible amount of incorrect PoCs floating around on GitHub that do not

State of React 2025
The 2025 edition of the annual survey about the latest trends in the React ecosystem.

GitHub - assetnote/react2shell-scanner: High Fidelity Detection Mechanism for RSC/Next.js RCE (CVE-2025-55182 & CVE-2025-66478)
High Fidelity Detection Mechanism for RSC/Next.js RCE (CVE-2025-55182 & CVE-2025-66478) - assetnote/react2shell-scanner
Next.js by Vercel - The React Framework
Production grade React applications that scale. The world's leading companies use Next.js by Vercel to build static and dynamic websites and web applications.

Connect any React application to an MCP server in three lines of code
We're open-sourcing use-mcp, a React library that connects to any MCP server in just 3 lines of code, as well as our AI Playground, a complete chat interface that can connect to remote MCP servers.

nuqs | Type-safe search params state management for React
Type-safe search params state management for React. Like useState, but stored in the URL query string.

200 bytes to never think about React state management libraries ever again - jamiebuilds/unstated-next