React Query Selectors, Supercharged
The latest in Dominik’s epic series of React Query articles. - https://tkdodo.eu/blog/react-query-selectors-supercharged
#react
The latest in Dominik’s epic series of React Query articles. - https://tkdodo.eu/blog/react-query-selectors-supercharged
#react
tkdodo.eu
React Query Selectors, Supercharged
How to get the most out of select, sprinkled with some TypeScript tips.
❤2
How to Build An AI Assistant with LangGraph, Next.js, and Auth0 - https://auth0.com/blog/genai-tool-calling-build-agent-that-calls-calender-with-langgraph-nextjs/
#react
#react
Auth0 - Blog
How to build an AI Assistant with LangGraph and Next.js
Learn how to build a tool-calling AI agent using LangGraph, Next.js, and Auth0. Integrate your own API as tools. Use Google
👍1
Reflections on the React Community
Lee, formerly of Vercel and widely recognized for his influence on Next.js and React, shares candid reflections on the React community, digging into the rise of React Server Components, the tension between commercial and non-commercial priorities, the toll of burnout, and a reminder that, above all, this is still a community of people. - https://leerob.com/reflections
#react
Lee, formerly of Vercel and widely recognized for his influence on Next.js and React, shares candid reflections on the React community, digging into the rise of React Server Components, the tension between commercial and non-commercial priorities, the toll of burnout, and a reminder that, above all, this is still a community of people. - https://leerob.com/reflections
#react
Leerob
Reflections on the React community | Lee Robinson
Some thoughts after working with React for 10 years.
👍3
React Mock Interview: Three Devs Take on a Challenge
Three expert developers (Kent C Dodds, Piyush Agarwal, and Jack Herrington) all take on the same React development challenge to build a form complete with validation, much as if they were facing a job interview. If you’ve got the time to watch a 50 minute video, this is both fun and educational. - https://www.youtube.com/watch?v=5KkaaYl5rwA
#react
Three expert developers (Kent C Dodds, Piyush Agarwal, and Jack Herrington) all take on the same React development challenge to build a form complete with validation, much as if they were facing a job interview. If you’ve got the time to watch a 50 minute video, this is both fun and educational. - https://www.youtube.com/watch?v=5KkaaYl5rwA
#react
YouTube
React Coding Interview: Kent C. Dodds, Jack Herrington & Roadside Coder Solve React HARD Question
Practice React Interview Questions: https://www.greatfrontend.com/questions/react?fpr=shruti79
Book a 1:1 Mock Interview: https://topmate.io/shrutikapoor08
FREE React Guide for React Interviews - http://bit.ly/free-react-guide
React Coding Interview: Kent…
Book a 1:1 Mock Interview: https://topmate.io/shrutikapoor08
FREE React Guide for React Interviews - http://bit.ly/free-react-guide
React Coding Interview: Kent…
❤4
Server and Client Component Composition in Practice - https://aurorascharff.no/posts/server-client-component-composition-in-practice/
#react
#react
aurorascharff.no
Server and Client Component Composition in Practice | Aurora Scharff
In this blog post, I will show you how to compose client and server components effectively in React. We will explore patterns for keeping responsibilities clear, optimizing performance, and creating reusable components.
👍4
React ChatBotify: React Library for Building Chatbot Systems
A platform and library for building modern chatbot tools for the Web. Supports React 16-19. It also has its own Discord community with a few hundred developers. - https://github.com/react-chatbotify/react-chatbotify
#react
A platform and library for building modern chatbot tools for the Web. Supports React 16-19. It also has its own Discord community with a few hundred developers. - https://github.com/react-chatbotify/react-chatbotify
#react
GitHub
GitHub - react-chatbotify/react-chatbotify: A modern React library for creating flexible and extensible chatbots.
A modern React library for creating flexible and extensible chatbots. - react-chatbotify/react-chatbotify
1👍5
Can We Use Local Storage Instead of Context/Redux/Zustand?
Sometimes the built-in localStorage browser API can be just enough. Nadia figures out when it makes sense and when it doesn’t. - https://www.developerway.com/posts/local-storage-instead-of-context
#react
Sometimes the built-in localStorage browser API can be just enough. Nadia figures out when it makes sense and when it doesn’t. - https://www.developerway.com/posts/local-storage-instead-of-context
#react
Developerway
Can We Use Local Storage Instead of Context-Redux-Zustand?
Why do we need Context/Redux/Zustand in React, what is the purpose of Local Storage, its limitations, and when to use it.
👍5
Streamdown: A Drop-In react-markdown Replacement That Supports Streaming
react-markdown is great for rendering Markdown, but if you have to handle live-streaming content (such as in AI contexts), Vercel’s new project could offer the power you need - https://streamdown.ai/
#react
react-markdown is great for rendering Markdown, but if you have to handle live-streaming content (such as in AI contexts), Vercel’s new project could offer the power you need - https://streamdown.ai/
#react
streamdown.ai
A drop-in replacement for react-markdown, designed for AI-powered streaming.
❤2👍2
A 'Go to Source' Feature for TanStack Devtools
The original title ‘I blow your mind with TanStack Devtools in under 10 minutes’ might be a little intense, but 5 minutes in, Alem does show off a genuinely neat ‘go to source’ feature that works across any JSX flavor. Click on whatever component you want in the devtools and go straight to the code behind it. - https://www.youtube.com/watch?v=wQ-X501kgpg
#react
The original title ‘I blow your mind with TanStack Devtools in under 10 minutes’ might be a little intense, but 5 minutes in, Alem does show off a genuinely neat ‘go to source’ feature that works across any JSX flavor. Click on whatever component you want in the devtools and go straight to the code behind it. - https://www.youtube.com/watch?v=wQ-X501kgpg
#react
YouTube
I blow your mind with TanStack Devtools in under 10 minutes.
In todays video I show you how to add TanStack Devtools to your project, it's new go to source feature and a lot more in under 10 minutes!
I am also an epic-instructor on Epic Web, if you're interested in my upcoming react-router courses feel free to subscribe…
I am also an epic-instructor on Epic Web, if you're interested in my upcoming react-router courses feel free to subscribe…
❤3
React’s useTransition and State Update Reordering - https://jordaneldredge.com/notes/react-rebasing/
#react
#react
Jordaneldredge
React’s useTransition and state update reordering / Jordan Eldredge
Clarifying how React will sometimes apply state updates out of order when using concurrent features, and a best practice which can help you avoid it.
❤1👍1