- 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
- Oracle從入門到精通(第3版)
- Bootstrap Site Blueprints Volume II
- WildFly:New Features
- Mastering Kotlin
- Learning Linux Binary Analysis
- Instant RubyMotion App Development
- SharePoint Development with the SharePoint Framework
- 數據結構案例教程(C/C++版)
- 組態軟件技術與應用
- 智能手機APP UI設計與應用任務教程
- Learning Modular Java Programming
- PrimeFaces Blueprints
- Practical Microservices
- Learning Concurrency in Python
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite