Thanks for the share, is the nextjs section using the app directory?
Yep - just thought about not making you do more work when it's not necessarily needed since the video size in total is just below 8gigs, which is not huge. Still, I suppose some folks would find it helpful who have low storage/internet bandwidth cap (by the way, thanks a bunch for your hard work with other resources; you've helped the community with the compressed vids for other resources, and I'm personally very grateful).Video can still be compressed though while keeping the quality more or less the same.
to be honest i don't understand why not choose one course and stick to that, i used to be stuck in tutorial hell and it was just a waste of time in my opinion, just pick a course and stick to itjoy of react + epicweb, skip react.gg
That true, I will learn through all this course also read react.dev docs and build side projectsto be honest i don't understand why not choose one course and stick to that, i used to be stuck in tutorial hell and it was just a waste of time in my opinion, just pick a course and stick to it
edit: @Satoru Gojocan real thanks bro! i have a question please, can u check about missing videos? i tried to compare with the curriculum
and there is some videos that missing, or maybe it's not the full version?
really appricate that
what made you think there are missing videos? If you are assuming each chapter within each module has videos, you'd be wrong to think that, since it's a mix of both reading materials and videos, but mostly text-based, and some chapters do not contain videos.edit: @Satoru Gojocan real thanks bro! i have a question please, can u check about missing videos? i tried to compare with the curriculum
and there is some videos that missing, or maybe it's not the full version?
really appricate that
you right, my bad, they were in the code folder.what made you think there are missing videos? If you are assuming each chapter within each module has videos, you'd be wrong to think that, since it's a mix of both reading materials and videos, but mostly text-based, and some chapters do not contain videos.
Yep, react server components for you.Thanks for the share, is the nextjs section using the app directory?
Please can you help with the compression??Video can still be compressed though while keeping the quality more or less the same. The bigger issue with such courses is that the interactive parts are not working, and probably could not be made to work as it must be using serverside rendering.
Of course it is not a real issue, you can just mimic it even with a local install using vite, using codesandbox or stackblitz, repl.it, even gitpod or github codespaces (cloning a repo --) and put in a bit more effort to do the tasks.
Anyway this is a very neat course, he is not talking a hole into your stomach, makes note of tiny but important issues, so his experience shines through really well.
I will upload it to somewhere. Not that huge amount of compression, but still around 1.5-2gb instead of 8+ gb. Videos are completely legible (= readable if you don't know), 1440x810p instead of full hd.Please can you help with the compression??
Thanks bro, I'm from Nigeria, 8gb is somehow expensive for me...I'll be waiting for itI will upload it to somewhere. Not that huge amount of compression, but still around 1.5-2gb instead of 8+ gb. Videos are completely visible, 1440x810p instad of full hd.
Shared the link to compressed version 2 posts above.Thanks bro, I'm from Nigeria, 8gb is somehow expensive for me...I'll be waiting for it
Do you think this course is beginner friendly?what made you think there are missing videos? If you are assuming each chapter within each module has videos, you'd be wrong to think that, since it's a mix of both reading materials and videos, but mostly text-based, and some chapters do not contain videos.
just try, continue learning if feel suitableDo you think this course is beginner friendly?
In my opinion, it is best if you do some - just do the official one, no need to install anyhing first, and after that you start going at it with this course. I think he explains the concepts really well, I myself started to go through it (and I do have experience with react already) and already found a few bits that were new to me.Do you think this course is beginner friendly?
This course is React beginner friendly, but you have to know a little bit of HTML, CSS and JS.Do you think this course is beginner friendly?
Maybe try scrimba's free react course first. One of the best react courses. And it's completely free.Do you think this course is beginner friendly?
This course is React beginner friendly, but you have to know a little bit of HTML, CSS and JS.
One of the first exercises is about creating DOM elements and rendering them on screen using only vanilla JS .
Josh provides documentation for doing things like this, but I think you need to know the fundamentals of front end development before taking this course.