webpack-pwa
webpack-pwa copied to clipboard
Example for a super simple PWA with webpack.
Got an error running npm run-build shell in windows 10 C:\Projects\webpack-pwa-master>npm run build-shell > [email protected] build-shell C:\Projects\webpack-pwa-master > webpack -p --env.appShell Hash: ce341eb5b8f22385368c Version: webpack 2.2.1 Time: 1336ms Asset Size...
Hi, We have experimented with app-shell and are using page-shell currently (with a slight modification - loading the whole view in advance). **App Shell** It gave us better time to...
Feedback
First, it's awesome that you've been exploring different architecture patterns here @sokra. Thanks for reaching out for some thoughts. ## Patterns 🖌 Here are the different patterns for PWAs that...
Nice job on this repo! It's great to see more architecture examples out there. One thing to consider doing would be to switch from using [`localStorage` to cache](https://github.com/webpack/webpack-pwa/blob/c941fb4c1185bdba324ee714cc07a868286aebb2/app/dashboard/page.js#L16) your "API"...