Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Learn the PRPL Pattern #14

Closed
cujarrett opened this issue Jul 26, 2018 · 1 comment
Closed

Learn the PRPL Pattern #14

cujarrett opened this issue Jul 26, 2018 · 1 comment

Comments

@cujarrett
Copy link
Owner

cujarrett commented Jul 26, 2018

Learn The PRPL Pattern

Info:
PRPL is a pattern for structuring and serving Progressive Web Apps (PWAs), with an emphasis on the performance of app delivery and launch. It stands for:

  • Push critical resources for the initial URL route.
  • Render initial route.
  • Pre-cache remaining routes.
  • Lazy-load and create remaining routes on demand.
@cujarrett cujarrett added the 2019 label Jul 26, 2018
@cujarrett
Copy link
Owner Author

Done ✅

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant