End-to-end Testing for Server-Side Rendered Pages

1 · Gleb Bahmutov · May 21, 2019, 4 a.m.
SSR applicationCheck HTMLRemoving application bundleDisable component methodConfirming createReactClass callHydrated pageConclusionsNote: the source code for this blog post is in bahmutov/react-server-example repository which is a fork of the excellent mhart/react-server-example.SSR applicationIf you install dependencies and run this web application, it starts listening on port 3000. For each received request the server returns a rendered markup for a simple list generated using a React componen...