The document is so obscure, I read so many times, but still can not figure out how to use
it comprehensively and cleanly.
— chshouyu, 2015
Thought I was the only one...! — drumaddict71, 2016
Strong contestant for worst introduction ever in the history of library documentation.
— F. Neves, 2016
What is Webpack? (comment section), 2015-2016
-
Webpack for React — Read
the first five sections: “What is Webpack?“–“Webpack
Development Server“. You don’t need to run the tutorial
examples.
- What does it mean to bundle an application?
- What do these elements of the webpack configuration file
specify: entry, output, loaders,
plugins.
- What is Webpack Dev Server and how is it different from other
Express-based webservers?
-
Babel — Read the Babel homepage.
- What is purpose and nature of Babel?
- What support does it provide for ES2015 and JSX?
-
Best Practices
for Speeding Up Your Web Site — Be able to explain the best ways to improve the efficiency of your
website; focus on these heuristics:
- Minimize HTTP Requests
- Put Stylesheets at the Top — See progressive page loading.
- Put Scripts at the Bottom
- Make JavaScript and CSS External
- Minify JavaScript and CSS — Compare and contrast minification and obfuscation.