- Progressive Web Apps with React
- Scott Domes
- 214字
- 2021-07-08 09:36:17
Getting Started with Webpack
This chapter is all about Webpack: what it is, how to use it, and why we care. However, before we dive into Webpack, I have a confession to make.
We cheated a bit in the last chapter on application setup. There’s one last piece of our folder structure we need to add--the place where our React files will live.
As we discussed in the Dependencies section of the last chapter, one of React’s killer features is the componentization of user interfaces--splitting them up into small chunks of related HTML and JavaScript. For instance, a "Save" button may be one component, sitting inside a form component, next to a Profile Information component, and so on.
The beauty of the component structure is that everything related to a particular piece of the UI sits together (separation of concerns), also, these sections are in brief, readable files. As a developer, you can easily find what you’re looking for by navigating the folder structure, rather than scrolling through a monolithic JavaScript file.
In this chapter, we'll cover the following topics:
- How to structure our React project
- Setting up Webpack
- Adding a Dev server
- Getting started with JavaScript transpilation with Babel
- Activating hot reloading
- Building for production
- Python 3.7網絡爬蟲快速入門
- Arduino開發實戰指南:LabVIEW卷
- Java入門很輕松(微課超值版)
- JavaScript+jQuery開發實戰
- 新編Premiere Pro CC從入門到精通
- Windows Presentation Foundation Development Cookbook
- INSTANT Mercurial SCM Essentials How-to
- Gradle for Android
- 從0到1:Python數據分析
- Flutter跨平臺開發入門與實戰
- 大話Java:程序設計從入門到精通
- JavaScript程序設計(第2版)
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Raspberry Pi Robotic Blueprints
- uni-app跨平臺開發與應用從入門到實踐