ReactJS Tutorial: Bug-Tracker Full Project P4: React-Router Viewbugs

preview_player
Показать описание
Full Stack reactJs project for tracking bugs in your own development perfect for your portfolio to help get the job you want.
Рекомендации по теме
Комментарии
Автор

Nearly had a heart attack. Part 3 is not in the playlist 😅

Coolcucumber
Автор

Please upload the next tutorial...it's really good!!

kashishsingh
Автор

After compiling the viewBug.jsx file (12:08) the compiling is successful but I don't see the Bug card in the browser.. I checked the code several times but couldn't find where is the problem! Could you help me with that?

alamzad
Автор

Switch has been replaced in new react router dom. New Syntex is

<Router>


{!auth.LoggedIn?<Login />:
<>
<Sidebar />
<Routes>
<Route path="/viewBugs" element={<ViewBugPage />} />
</Routes>

</>}


</Router>

kumudlekhok
Автор

Hey man, very cool project, thanks for sharing. I'm following along but you jumped the sidebar part if you have the video already and don't mind could you upload this part, please?

paulonobrega