Three aspects of a SPA design

A SPA can be conceived in three parts: a build system, front-end architecture components, and application design. Application design is called out specifically because it is instrumental in defining the server API as well as moving forward with the actual implementation. The artifacts that result from the application design process bridge the gap between the various needed parts, and the interesting use of those parts in an actual implementation. We'll begin by identifying the various parts and end by exploring a few design procedures. This will carry us nicely into the next chapter, where we will begin to implement an actual application.

The following diagram illustrates the three major aspects of a SPA design and ...

Get React: Building Modern Web Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.