Mar 29, 2024
In today's video, you'll learn how useFormState and useFormStatus work in React. These are new hooks coming to React.19 -- in this video, I use the Canary version of React.
Final Code: https://github.com/coderyansolomon/react-19-form-hooks
React Hooks:
Mar 27, 2024
In today's video, I cover one of the trickiest aspects of React.js: Where do client components and server components start and end? What makes a client component? What makes a server component? The truth just might surprise you.
Article covered: https://react.dev/reference/react/use-client
Mar 25, 2024
Zubin's LinkedIn: https://www.linkedin.com/in/zubinpratap/?originalSubdomain=au
Zubin's Coaching: https://matchfitmastery.com/
Zubin's Podcast : https://www.youtube.com/@zubinpratap/podcasts (also available on Apple Podcasts & Spotify)
Other resources from Zubin:...
Mar 21, 2024
Code splitting: https://tanstack.com/router/latest/docs/framework/react/guide/code-splitting
Starter project: https://github.com/coderyansolomon/tanstack-fundamentals
In this video, I cover what code splitting is, what the benefits are of it, and how to implement it for a React.js application using TanStack as the...
Mar 18, 2024
React Article: https://react.dev/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024
Explore the cutting-edge features of React 19, including the React Compiler, Actions for seamless data handling, and the introduction of React Canaries for early feature adoption.