# Reading Week
No classes this week.
# Next Steps
So, you've built a PWA. You hold the power of offline in your hands. What's next?
Well there is actually a lot more that you can learn and do with PWAs. Here is a good list of the required and optional features of a PWA (opens new window)
Caching strategies is a big part of professional PWAs. You should read more about the standard caching strategies (opens new window).
Workbox (opens new window) is a library maintained by Google that tries to make it easier for you to run the caching strategy that you choose.