@JeffPosnick // Google's Web DevRel Team // Edit the Code
This is an interactive project that explores what happens when loading best practices (hashed asset URLs, lazy-loading, service workers) meets single page app usage patterns (long-lived tabs, "fake" navigations via the History API) meets common deployment scenarios (redeployments that don't preserve old URLs).
If you're feeling particularly meta, you can watch a video walkthrough of this material:
About.js
)
webpack --config=path/to/webpack.config.js
to rebuild the scenario you have open.
(Updating the web app's JavaScript won't trigger
an automatic rebuild, though updating
server.js
will.)
create-react-app
discussion that inspired this project