lol so brutaly honest, " I need the exposure - why not share this free course with everyone.... "
@SahraClayton4 жыл бұрын
Hi, I think you should be a guest on Traversy Media's channel as he is having people help him. I did comment to him that you had a good teaching style
@QuentinWatt4 жыл бұрын
Thanks. Yes I am afraid I am not active enough on KZbin but that would be fantastic.
@youssefzerhouni22114 жыл бұрын
Thank you very much brother 🙂
@QuentinWatt4 жыл бұрын
It's a pleasure. I hope you enjoyed learning something new.
@nuej20214 жыл бұрын
Hi, Quentin! Beginner question: Why using an arrow function in the onClick listener?
@QuentinWatt4 жыл бұрын
React will run the code immediately if it's not an arrow function, but the arrow function works as more of a callback so that the code only waits to run until the button is clicked.
@nuej20214 жыл бұрын
@@QuentinWatt Got it! So with the arrow function it works "asynchronous". Thank you so much for your reply!
@XolaDossantos014 жыл бұрын
Great content. For a long time, I didn't really understand the difference between stateful and stateless components. Myabe unpack the render function a bit.
@QuentinWatt4 жыл бұрын
All you needed to know is that there are different syntaxes for creating components and you might see documentation with a different syntax. That's really all there is to the render function. Classes allow you to declare state in a constructor at the top of the file. So those components have state. Where functional components must use hooks instead. See the differences here. reactjs.org/docs/hooks-state.html
@msartini4 жыл бұрын
Hello, what kind of content will be made available when I become a member?
@QuentinWatt4 жыл бұрын
Hi, I am currently filming paid courses for Udemy and skillshare that I will also release to KZbin members. So it's content that will always be behind a paywall. I'm still working on some of it, so check back soon. :D
@msartini4 жыл бұрын
@@QuentinWatt cool, so, let me know about that. I am Marcio Sartini from São Paulo. On another comment, asked you , if do you have some examples of react and redux authentication on the api. Tell me, If yes, and this content will be paid. Sorry , my English is poor. thank you!
@everydaycode15354 жыл бұрын
do u have es6 tutorial, may help us to work on React.
@QuentinWatt4 жыл бұрын
Nope, but I find I learn better just jumping straight into the deep end and working my way backwards.
@codewithwindow Жыл бұрын
Hello sir make full react js course video please 🙏🏼🙏🏼
@nigelpallatt3 жыл бұрын
All went pear shape I have no idea what the error is/was but that's me out.. thanks
@QuentinWatt3 жыл бұрын
Sorry to hear that. If you could post the error from Chome Dev tools or React Dev tools I could help point you in the right direction.