I've covered a lot of videos on this series I can confidently say the entire series is a no BS. Excellent content. Thank you
@SudeeptoDutta2 жыл бұрын
Hi Mitchell. Thank you for providing such a thorough React / React with TS playlist. I was sharing your playlist to my friend who is starting his React journey. I saw that you’ve two unrelated videos on this playlist. One is of Elon musk and another is in a different language I couldn’t understand 😄
@TechbaseDev2 жыл бұрын
Thanks a lot man, didn't notice it. Appreciate the kind words 🤙
@subinchaliyath63012 жыл бұрын
Great video, definitely no BS guide
@mokiller013 жыл бұрын
Great Work
@pushpindersingh23742 жыл бұрын
Thank you so much!
@137dylan3 жыл бұрын
Nice video. It'd be cool if you did some larger React TS projects - there isn't much good React TS content on YT.
@TechbaseDev3 жыл бұрын
Thanks Dylan, those are definitely on my todo list!
@eshw232 жыл бұрын
Hey thanks bro do you know what .tsx is, and why some people like you use that instead of creating normal .js files for there components? thanks.
@TechbaseDev2 жыл бұрын
Yes, a .tsx file is a file that includes JSX with Typescript (TSX). Although you can use .js and .ts file extensions for your React files, most people prefer to use .jsx or .tsx Simply because it makes it very obvious that it includes either JSX or TSX and not just some regular JS or TS code :)
@eshw232 жыл бұрын
@@TechbaseDev Oh okay gochu so its more simple, ill try to get used to it!!
@vladimirdiachenko59873 жыл бұрын
Thank you for your great videos! Could you suggest, please regarding rendering components within user page e.g. when I click on User page I need to be navigate to /all - always(/users/all) then /users/admins and etc?
@TechbaseDev3 жыл бұрын
Hi Vladimir, I'm not sure what your question is. Could you explain it again?
@vladimirdiachenko59873 жыл бұрын
When we navigate for example to users page it should be /users/all and within the page we can navigate to other users’ categories. All--Students-Pending…nav links We should never see to users/ directly even when we add it to url we should be redirected to users/all
@TechbaseDev3 жыл бұрын
@@vladimirdiachenko5987 I'm not quite sure if I get you this time. However, the behavior you describe sounds about right
@vladimirdiachenko59873 жыл бұрын
I just wanted that index for users will be users/all but not just users/ Users route should always start with users/all
@douglasvasquez7969 Жыл бұрын
but in mobile it works? like, sometimes it leaves a 404 not found like just go to the link...