Thanks man, super clear. You just helped me understand & refactor a whole module & functions without any prior React experience.
@arshamaazami25944 жыл бұрын
useful video thanks man for sharing your knowledge and it was the easiest way to handle toggle classes in react
@mutaputa35346 жыл бұрын
already mastered most of ur django-tutorials, and about to finish my first website. now it's time for react! thanks a lot Justin ..... greetings from Ukraine!
@helloworld123546 жыл бұрын
mate your django courses are dope! Please keep building more apps and continue teaching like you do! Your way is your way mate!
@CodingEntrepreneurs6 жыл бұрын
Thank you!
@rw77996 жыл бұрын
i like the smoothness of the toggle... what does jquery do when you click toggle?
@sencho67446 жыл бұрын
thanks mate!
@mrwho.71633 жыл бұрын
its class component. can you do it in "function component" ?
@msalih6 жыл бұрын
In line 34 you used ' ' it is not good, I think. If you want to use ? : notation, use null instead.