1

Where can I get some quality React tutorials?

Comments
  • 0
    Are you willing to spend money? Cuz udemy has some good shit on sale.
  • 0
    @AleCx04 I’ve spent too much money on unfinished tutorials. Plus just watching a video for like 20 minutes and following someone else code, shit burns my eyes out. Everyone’s got something to sell on that website and why they’re the best React developer of the generation and how many companies they’ve worked for.
  • 1
    @tropicalTaquito well should've said that there were come filters before :P but in any case and if you are still up for one that is rather complete, i would suggest the one from Yihua Zhang. It really is complete. Else you would just have to go through their official docs which are also rather good :D
  • 0
    @AleCx04 i like spending money.

    I don't like watching videos of someone boring the shit out of me for hours on end though. This is where udemy and the like fail for me 😕
  • 1
    @C0D4 the moment I got off Udemy and started just fucking around with vanilla JavaScript, I learned so much more. The problem with just fucking around with React is that there are so many packages and different ways to do things. It would be nice to do that with React but last time I tried that I ended up accidentally fucking up my file system for my last computer when I tried to download an npm package to the wrong place lol. My fault I know but I just want a strong tutorial that’s actually going to teach me something.
  • 1
    @C0D4 same here, i can't stand lectures and i start to get bored. Which is precisely the reason why I **really** look for these videos man, not all of them are overly boring. But I really do get what you mean.
  • 1
    angular.io
  • 0
    @norman70688 isn’t the tutorial a little tick tac toe application? Does it go in detail about the context API? I know redux is its own thing and can be used for other languages and frameworks, but is it pretty detailed?
  • 0
    @norman70688 thanks! For now I wanna build a little random puppy application that generates random dogs with some info. Just something to get me started and put on a portfolio so I can get a dev job at some point instead of working an overnight valet job 😶
  • 0
    Check programming with mosh on YouTube and them the docs will make a lot more sense. No need to pay for any tuts
  • 0
    @ced-reloded I’ll check it out. I was stuck in tut hell for years and never learned much. Wanna branch out and build something of my own to have a solid understanding of React.
Add Comment