Lecture on React Router 6.15.0, createBrowserRouter, RouterProvider at Hackmyhead Coding Bootcamp

preview_player
Показать описание
Hackmyhead is a 14 week fullstack web development bootcamp on HTML, CSS, JavaScript, React, Next.JS, Prisma, and Node.

Рекомендации по теме
Комментарии
Автор

If you want to remove the app from showing up all the item, you can select one the children component to be a default one, example if you want to make products the default one {path: '/products, index: true, element: <prod... Just add index attribute with true value. Every time one visits '/', the one with index: true will show up

dennisibrahim