No, React Context is Not Causing Too Many Renders
The author tries to counter a commonly held belief - https://blacksheepcode.com/posts/no_react_context_is_not_causing_too_many_renders
#react
The author tries to counter a commonly held belief - https://blacksheepcode.com/posts/no_react_context_is_not_causing_too_many_renders
#react
Black Sheep Code
No, react context is not causing too many renders
A lot of people are under the impression that context shouldn't be used to store state, because it'll cause the entire application tree to re-render. This is a misnomer.
Concurrent Optimistic Updates in React Query - https://tkdodo.eu/blog/concurrent-optimistic-updates-in-react-query
#react
#react
tkdodo.eu
Concurrent Optimistic Updates in React Query
How to build optimistic UI that is resilient to race conditions, even when multiple mutations update the same entity concurrently.
Dependency Inversion in React: Building Truly Testable Components - https://cekrem.github.io/posts/dependency-inversion-in-react/
#react
#react
cekrem.github.io
Dependency Inversion in React: Building Truly Testable Components
Learn how to apply the Dependency Inversion Principle in React to create more testable, maintainable, and flexible components. A practical guide to writing better React code.
Towards React Server Components in Clojure - https://romanliutikov.com/blog/towards-react-server-components-in-clojure-part-2
#react
#react
Romanliutikov
Towards React Server Components in Clojure, Part 2 | Roman Liutikov, Software Engineer
A journey on bringing React Server Components to Clojure JVM, as a part of UIx library
React, Visualized: A Visual Exploration of React Concepts
The creators of a React course have updated their popular visual explainer of numerous core React concepts to cover React 19 and features like actions, transitions, and Server Components too. There’s a lot to enjoy here, even if you don’t want to take the course. - https://react.gg/visualized
#react
The creators of a React course have updated their popular visual explainer of numerous core React concepts to cover React 19 and features like actions, transitions, and Server Components too. There’s a lot to enjoy here, even if you don’t want to take the course. - https://react.gg/visualized
#react
react.gg
React, visualized – react.gg
React, Visualized – A visual exploration of core React concepts
The Beauty of TanStack Router
Dominik, a new contributor to TanStack Router, calls the project “a work of beauty” and gives an outline of its high-level features here in an attempt to show how it stands out from the alternatives. - https://tkdodo.eu/blog/the-beauty-of-tan-stack-router
#react
Dominik, a new contributor to TanStack Router, calls the project “a work of beauty” and gives an outline of its high-level features here in an attempt to show how it stands out from the alternatives. - https://tkdodo.eu/blog/the-beauty-of-tan-stack-router
#react
tkdodo.eu
The Beauty of TanStack Router
Yes, it's type-safe, but there's so much more to love about TanStack Router.
Building a React App with GitHub Copilot
A good walkthrough, complete with video, if you prefer, of bringing together several of GitHub Copilot’s features for building a modern JavaScript app quickly. - https://github.blog/ai-and-ml/github-copilot/github-for-beginners-building-a-react-app-with-github-copilot/
#react
A good walkthrough, complete with video, if you prefer, of bringing together several of GitHub Copilot’s features for building a modern JavaScript app quickly. - https://github.blog/ai-and-ml/github-copilot/github-for-beginners-building-a-react-app-with-github-copilot/
#react
The GitHub Blog
GitHub for Beginners: Building a React App with GitHub Copilot
Follow along and build a frontend client using React and Copilot Chat.
React's New 'Activity' Component: A Huge Performance Win - https://www.youtube.com/watch?v=gRKVL5w-2Lc
#react
#react
YouTube
React's New Activity Component: Huge Performance Win!
React has a new experiment Activity component that can help speed up your React, NextJS, TanStack, etc. application.
👉 ProNextJS Course: https://pronextjs.dev
👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ
👉 Discord…
👉 ProNextJS Course: https://pronextjs.dev
👉 Don't forget to subscribe to this channel for more updates: https://bit.ly/2E7drfJ
👉 Discord…
A Simple Way to Add Google Sign-in to a Next.js App - https://tomdekan.com/articles/google-sign-in-nextjs
#react
#react
Tomdekan
The simplest way to add Google sign-in to your Next.js app ✍️ - Tom Dekan
Avoid the ongoing costs of a managed service. It's easier to set up Google sign-in with your own database and BetterAuth.
Rockpack 6.0: An Alternative React App Starter
A tool aiming to get React project setup time as low as possible, complete with server side rendering support, bundling, linting and testing. v6.0 updates everything for React 19. - https://alexsergey.github.io/rockpack/
#react
A tool aiming to get React project setup time as low as possible, complete with server side rendering support, bundling, linting and testing. v6.0 updates everything for React 19. - https://alexsergey.github.io/rockpack/
#react
alexsergey.github.io
Rockpack
Rockpack is a lightweight, zero-configuration solution for quickly setting up a React application with full support for Server-Side Rendering (SSR), bundling, linting, and testing.
How Imports Work in RSC is an interesting post about JavaScript's module system generally, touching on how RSC extends it to span both server and client contexts. - https://overreacted.io/how-imports-work-in-rsc/
#react
#react
overreacted.io
How Imports Work in RSC — overreacted
A layered module system.
Why Does RSC Integrate with a Bundler?
is a deep, technical post into why and how bundlers are used to coordinate the client/server concerns of RSC code. - https://overreacted.io/why-does-rsc-integrate-with-a-bundler/
#react
is a deep, technical post into why and how bundlers are used to coordinate the client/server concerns of RSC code. - https://overreacted.io/why-does-rsc-integrate-with-a-bundler/
#react
overreacted.io
Why Does RSC Integrate with a Bundler? — overreacted
One does not simply serialize a module.
The 3 Ways JavaScript Frameworks Render the DOM
The creator of the SolidJS framework looks at the different approaches frameworks take to render what they produce. A good look under the hood that isn’t too complex. - https://www.youtube.com/watch?v=0C-y59betmY
#react
The creator of the SolidJS framework looks at the different approaches frameworks take to render what they produce. A good look under the hood that isn’t too complex. - https://www.youtube.com/watch?v=0C-y59betmY
#react
YouTube
The 3 Ways JavaScript Frameworks Render the DOM
That's right, there are only 3. There may have been dozens of JavaScript frameworks over the years, but how they render the DOM is almost always identical. In this video, we will look at the approaches all Declarative JavaScript frameworks update the DOM…
How to Create Your Own Simple useState Hook - https://www.deepintodev.com/blog/how-to-create-your-own-simple-use-state-hook
#react
#react
DeepIntoDev
Your go-to source for deep development insights.
Some React Design Patterns and Best Practices for 2025 - https://www.telerik.com/blogs/react-design-patterns-best-practices
#react
#react
Telerik Blogs
React Design Patterns and Best Practices for 2025
Let’s see React design patterns and best practices for 2025 so you can build more robust and maintainable applications.
How to Migrate from Next.js to TanStack Start - https://tanstack.com/start/latest/docs/framework/react/migrate-from-next-js
#react
#react
Tanstack
Migrate from Next.js | TanStack Start React Docs
This guide provides a step-by-step process to migrate a project from the Next.js App Router to TanStack Start. We respect the powerful features of Next.js and aim to make this transition as smooth as...
Redux's Maintainer on the State of React and the Community in 2025
React remains dominant but version 19’s features and changes have rekindled debate over React’s future. Redux lead Mark Erikson chronicles React’s evolution, the growing split between Meta’s internal-driven process and Vercel’s Next‑led Server Components work, the docs’ references to frameworks, and pushes back on the FUD about Vercel “taking over,” “React only works with Next” myths, and fears of client‑side abandonment. - https://blog.isquaredsoftware.com/2025/06/react-community-2025/
#react
React remains dominant but version 19’s features and changes have rekindled debate over React’s future. Redux lead Mark Erikson chronicles React’s evolution, the growing split between Meta’s internal-driven process and Vercel’s Next‑led Server Components work, the docs’ references to frameworks, and pushes back on the FUD about Vercel “taking over,” “React only works with Next” myths, and fears of client‑side abandonment. - https://blog.isquaredsoftware.com/2025/06/react-community-2025/
#react
Mark's Dev Blog
The State of React and the Community in 2025
Detailed thoughts on how React has been developed over time, and explanations for common community confusion and concerns
use-mcp: A Hook for Connecting to MCP Servers
The aim is to simplify authentication and tool calling for AI systems implementing the Model Context Protocol standard. - https://github.com/modelcontextprotocol/use-mcp
#react
The aim is to simplify authentication and tool calling for AI systems implementing the Model Context Protocol standard. - https://github.com/modelcontextprotocol/use-mcp
#react
GitHub
GitHub - modelcontextprotocol/use-mcp
Contribute to modelcontextprotocol/use-mcp development by creating an account on GitHub.
Building an Infinite Marquee Along an SVG Path with React and Motion - https://tympanus.net/codrops/2025/06/17/building-an-infinite-marquee-along-an-svg-path-with-react-motion/
#react
#react
Codrops
Building an Infinite Marquee Along an SVG Path with React & Motion | Codrops
Learn how to create an infinite marquee that follows a custom SVG path using React and Motion.