SymfonyCast Stimulus Tutorial as a PWA #133
tacman
started this conversation in
Show and tell
Replies: 1 comment
-
I updated the stimulus-tutorial to the latest 1.1.x, so that we have a meaningful number of pages to configure with different routes and caching strategies. I added products and categories from dummyjson.org, so now it's a more realistic application. Here's what I'd like to do:
I'm not committed to these strategies, I'm just trying to think of how to set up a realistic demo to demonstrate the how and why of the resource caches. I'll add some screenshots, too, I have some ideas for how to make it easier to embed screenshots in the manifest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I refactored the SymfonyCast Stimulus tutorial to use AssetMapper, which then made it possible to add PWA capabilities. See it live at:
https://stimulus-tutorial.survos.com/ repo at https://github.com/survos-sites/stimulus-tutorial
Or see it locally if you have PHP w/sqlite and the Symfony CLI installed:
It took me considerably longer to port the application to Symfony 7 than to add PWA, a testament to how easy it is to use this bundle.
@todo 's
Feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions