Josh Cameau - The Joy of React

Josh Cameau - The Joy of React

Register & Get access to index

2ksports

New member
TutFlixer
Aug 30, 2023
10
14
3
philippines
this is so amazing but I found out a better way to download html interactively, not sure if this will work, but I am 70% confident hahaha

1. install this extension
chrome.google.com/webstore/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb
this save all resources of a current page, the one you will see when you inspect element then go to sources.
2. after installing restart your browser, then open developer tools, you will see the resource saver tab. you can add all the links of the resouces then download. after downloading. you can open it using live server on vscode. voila, interactive website being saved.

it is working on learn-js.org
 

porjoton

Premium User
Premium
TutFlixer
Nov 4, 2020
111
116
27
Kabukicho
I personally wouldn't use extra extensions - someone posted a mega link in the thread that has the html pages, and the link within the embedded code editor takes you to the codesandbox of the code challenges, which is neat.
And hope the community has fun going through this resource - Josh made a phenomenal course, and hope you folks can also support him once you're able.
Hands down the best resource for React - y'all should skip on waiting for react.gg :p
 

lala23

Member
TutFlixer
Sep 13, 2020
128
77
19
Viet Nam
I personally wouldn't use extra extensions - someone posted a mega link in the thread that has the html pages, and the link within the embedded code editor takes you to the codesandbox of the code challenges, which is neat.
And hope the community has fun going through this resource - Josh made a phenomenal course, and hope you folks can also support him once you're able.
Hands down the best resource for React - y'all should skip on waiting for react.gg :p
joy of react + epicweb, skip react.gg
 

porjoton

Premium User
Premium
TutFlixer
Nov 4, 2020
111
116
27
Kabukicho
Is this possible that someone go through interactive parts, solve them, record them as video and share them as a zip file
You're already getting access to the interactive codesandbox code challenges lol. Why are you asking for more when you already have free access to a 600 dollar course? 🤡 clowning much?
 

porjoton

Premium User
Premium
TutFlixer
Nov 4, 2020
111
116
27
Kabukicho
Please compress it if you can. Thanks!
This is a text based and video based learning resource. You'll miss out on the video quality Josh put out with visuals to showcase the mental model of how you ought to think when you're developing with React. It's only less than 8 gigs, compressing it would be just silly.
 

dikk

Well-known member
TutFlixer
Sep 8, 2020
830
7,820
52
eu
This is a text based and video based learning resource. You'll miss out on the video quality Josh put out with visuals to showcase the mental model of how you ought to think when you're developing with React. It's only less than 8 gigs, compressing it would be just silly.
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 --
Please, Log in or Register to view URLs content!
) 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.
 

Latest resources