I can take 5 minutes right? (proceeds on a 15m demo!) AWESOME JOB!
@Khangeldy6 жыл бұрын
Awesome. Great explanation
@3ggr6 жыл бұрын
very cool man!
@cristianspeziale19517 жыл бұрын
Love it
@kukasmog7 жыл бұрын
great audience :D
@QuGhZx4 жыл бұрын
Amazing, thank you!
@dcbiz5 жыл бұрын
I could be mistaken, but I believe that the code for this particular lesson lives in a slightly altered form (updated for hooks, etc.) at github.com/ReactTraining/react-workshop/tree/master/subjects/09-Render-Optimizations Also, for any that find that they need another solution you may want to have a look at github.com/bvaughn/react-window
@TheSantaCruzian8 жыл бұрын
Can you put the link to the code in the description?
@calvinnguyen14518 жыл бұрын
I perused his github but wasn't able to locate either of the two examples. Did you ever track down the source?
@TheSantaCruzian8 жыл бұрын
I have not
@IJMacD8 жыл бұрын
github.com/ReactTraining/react-subjects
@jimmytang56737 жыл бұрын
was he using createClass out of preference or is it because the video is old?
@kishorpakhare7 жыл бұрын
Scroll demo does not work for
@HekaFOF8 жыл бұрын
Why he is not using semicolons?
@YanClimbs8 жыл бұрын
Semicolons have always been optional in Javascript, because Javascript automatically inserts semicolons if you omit them. The bad part is that...if your statements are too confusing for the interpreter, the automatic semicolon insertion could add semicolons at unintended places; so for the longest time, the "best practice" has been to always use semicolons to prevent that from happening.
@mauiciogonzalez56237 жыл бұрын
stop being so 2010. semi-colons are a vestigial organ. source: I have been a javascript programmer since 1997.