List of Tables

 

Chapter 1. Introduction to isomorphic web application architecture

Table 1.1. The technologies used in an isomorphic app and the environments they run in

Chapter 2. A sample isomorphic app

Table 2.1. List of devDependencies (for building and compiling the app)

Table 2.2. Core dependencies for the recipes app

Chapter 4. Applying React

Table 4.1. Attributes of component types

Chapter 5. Tools: webpack and Babel

Table 5.1. An overview of the various app requirements that make a build tool necessary

Chapter 7. Building the server

Table 7.1. Comparing render and renderToString

Chapter 9. Testing and debugging

Table 9.1. In an isomorphic app, it’s important to test code in all environments

Chapter 10. Handling server/browser differences

Table 10.1. Common problems and solutions within an isomorphic app

Chapter 11. Optimizing for production

Table 11.1. Comparing caching options

Chapter 12. Other frameworks: implementing isomorphic without React

Table 12.1. Comparison of Ember, Angular, and Next.js