Dan Abramov's Website Speed Optimization Journey


Summary of my bookmarked links from Jun 8th, 2022

Links

  • How Does Dan Abramov Optimize beta.reactjs.org After Be Complained about Website Speed?

    React18's official documentation website received praise for its user experience, but Vue creator Evan You disagreed. He conducted performance tests and claimed that Vue's website outperformed React's. React maintainer Dan Abramov responded, acknowledging the beta status of the website but took action to address the issue. Over the next three days, Dan made several commits to optimize the website. His optimizations focused on reducing the size of the packaged code during compilation and lazy-loading unnecessary code at runtime. Dan's commits serve as a valuable lesson in improving website performance.