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.
👍3❤1
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.
👍4
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…
👍3
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.
👍3❤1
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.
👍4❤2
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.
👍1
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.
👍1
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…
👍3
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.
👍1
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.
👍1
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...
👍1
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
❤1👍1
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.
👍3❤1
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.
👍3
Vercel Ship 2025 Livestreaming Right Now
Obviously it depends on when you’re reading this, but as we’re sending Guillermo Rauch is giving the keynote at today’s Vercel Ship event where the popular app hosting provider and custodians of Next.js is expected to reveal its latest news, as well as give a variety of talks, according to the schedule. - https://www.youtube.com/watch?v=EfiKu56xvJk
#react
Obviously it depends on when you’re reading this, but as we’re sending Guillermo Rauch is giving the keynote at today’s Vercel Ship event where the popular app hosting provider and custodians of Next.js is expected to reveal its latest news, as well as give a variety of talks, according to the schedule. - https://www.youtube.com/watch?v=EfiKu56xvJk
#react
YouTube
Vercel Ship 2025
Vercel’s one-day event for business leaders and developers.
👍1
Understanding React Re-Renders: What Triggers Them and Why They Matter - https://shramko.dev/blog/react-rerender
#react
#react
Serhii Shramko Blog
Understanding React Re-Renders: What Triggers Them and Why They Matter
Dive into the mechanics of React re-renders — learn what causes them, how they impact performance, and how to manage them effectively.
👍1
Can AI Rebuild a Rails Page in Next.js? We Tried It.. - https://thoughtbot.com/blog/can-ai-rebuild-a-rails-page-in-next-js-we-tried-it
#react
#react
thoughtbot
Can AI rebuild a Rails page in Next.js? We tried it
A recap of our live stream experiment where we used Cursor to rebuild a Rails page in Next.js.
👍2
Using TanStack Query in Expo Apps: Improving DX and UX Like No Other - https://www.youtube.com/watch?v=QTQm4TbarsI
#react
#react
YouTube
Devlin Duldulao – TanStack Query in Expo Apps: Improving DX and UX Like No Other | App.js Conf 2025
Learn how to use TanStack Query to manage server state in Expo apps — with real-world examples of optimized data fetching, caching, and error handling for better performance and scalability.
Don't miss any updates about App.js Conf and follow us on X:
💎…
Don't miss any updates about App.js Conf and follow us on X:
💎…
👍2