Awesome times at RailsConf
We had a wonderful time at RailsConf last week. Great people, top-notch content, inspiring ideas, and good fun.
PRPL on Rails workshop
If you couldn't make it to our workshop, PRPL on Rails, all of the resources are online. You can work through it at your leisure.
Why should you care about the PRPL Pattern?
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.
- Main workshop page
- Requirements
- Setup
- Part 1: Code splitting
- Part 2: Rendering
- Part 3: Service Workers
- Part 11: Turn it up to 11
- Sample app
Stay tuned for more blog posts coming soon. If you have any questions about the workshop or the PRPL Pattern, please reach out to @pblatteier or @abraham.
Category:
Development