From the course: Build Modern Web Apps with React, Hooks, State Management, and APIs Using Vite or Next.js

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

React 19 routing support

React 19 routing support

Hello and welcome back, in this video we are going to discuss react 19 routing support. React 19 introduces server components. We are going to discuss the react 19 features in great detail, we have a dedicated module for that. But since we are discussing routing, I would like to have this information added that what React 19 offers regarding the routing support. In the server actions provided by React 19's introduced features, which changes how the routing can work, basically inside the server actions we can route to a specific route using a redirect function as well within the server action. So server actions, if I briefly explain this, server actions has the ability to write down back-end level code inside your react application project. So you don't need to have another back-end application. So whatever the stuff you need to do, you can define an action for that. And you can write down the back-end level code, connect with the database or do some filing inside your react…

Contents