for anyone wondering: when you write the errorElement inside your parent CareerLayout route, the layout gets overwritten when the error is thrown and page is changed. If you want this to not happen you gotta take it out of the parent Route and put it in the indiviudally routes instead. great video btw.
@MunkyChunk2 жыл бұрын
Merry Christmas and a Happy New Year! Thank you for all that you do. And congratulations on 1million subs!!!
@NetNinja2 жыл бұрын
Thanks Munky! :)
@lucasfernandes96352 жыл бұрын
The best we have 🔥🔥👏👏. Thanks for your classes :)
@NetNinja2 жыл бұрын
Thanks for your support Lucas!
@muhammadrifqy24 Жыл бұрын
sorry, i'm still dont understand why did the error element of the careers show up at 8:42 , isnt the careers data are exist? 🙏
@rafflymaulana46172 жыл бұрын
You're a LEGEND Thank you so much
@NetNinja2 жыл бұрын
Thanks for watching Raffly! :)
@deogenesabejuela7016 Жыл бұрын
The best tutorial i ever had. All is working. best of the best🤟👍👏🙌
@NetNinja Жыл бұрын
Awesome, glad it helped! :)
@BenSmith-et9fv Жыл бұрын
Very instructive and explanatory course, Thanks for your hard work.
@NetNinja Жыл бұрын
You're very welcome! :) thanks for watching Ben
@nikhilchakravarthy6479 Жыл бұрын
Explained very clearly!! Thanks :)
@fariadworld446 Жыл бұрын
Ninja, you should be a teacher !! and thank you for this!!
@edwinroman30 Жыл бұрын
Hey man, you are awasome. Big Thanks for sharing!
@qiuzhi992 жыл бұрын
how about antd pro ?
@mumbamukendi7784 Жыл бұрын
Very beautiful, but why did you not make a video for protectedRoutes
@jamest4027 Жыл бұрын
what is the best way to hide the routes when the user is not authenticated?
@GethushanRavichandran2 жыл бұрын
Please create a Playlist about "Creating E-Commerce Website using Strapi , MongoDB, React , and Stripe"
@catalinbanici3357 Жыл бұрын
I did exactly as you did but when I throw an Error() with a string custom message in it I get a 'TypeError: Failed to fetch'' error, and not showing my custom message in it, can anybody help me with that?
@bawarmohamad4449 Жыл бұрын
it's because an error occured before throwing your custom error.
@catalinbanici3357 Жыл бұрын
@@bawarmohamad4449 Thank you!!!
@reneehani434 Жыл бұрын
@@bawarmohamad4449 thank you I had the same problem until you explain it
@mhdalghazzouli40552 жыл бұрын
How can we deploy a react app that we used a json-server in it to fetch the fake data that we made? If anyone gets an answer about my question, please let me know!!!
@maskman48212 жыл бұрын
You can save data in Supabase, firebase, appwrite, mongodb, etc. There are tons of tutorials on this topic, I suggest you do it with Supabase, the best baas by far, youtube key words: react supabase 😀
@floramerano62938 ай бұрын
How to prevent the user from typing the ID in the search bar in the first place?
@BloodHacker.3 ай бұрын
You can't prevent user from typing the ID in the search bar since it's a part of the Browser UI which you don't have direct access to it