- 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
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Mastering QGIS
- Mastering Julia
- 信息技術應用基礎
- C語言程序設計實驗指導 (第2版)
- Mastering Business Intelligence with MicroStrategy
- Lighttpd源碼分析
- 后臺開發:核心技術與應用實踐
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Learning Python Data Visualization
- Python程序設計教程
- SQL Server 2014 Development Essentials
- Swift 2 Blueprints
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap
- PHP程序員面試算法寶典