webpack/webpack.js.org

Dev - Convert to PWA (checklist)

Open

#1.400 geöffnet am 8. Juli 2017

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)MDX (3.436 Forks)github user discovery
EnhancementHelp WantedIn PlanningIn Progress

Repository-Metriken

Stars
 (2.268 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  • Refactor naming convention for react components. ( #1490, #1538 )
  • Refactor structure of app specific code to live in /src dir. ( #1490, #1538 )
  • Eliminate FOIT (Flash Of Invisible Text). ( #1536 )
  • Consider inlining svg icons instead of including them as a font. ( #4192 )
  • Add Jest & create snapshot tests for react components.
  • Add service worker. ( #3000 )
  • Score at least a 92 on lighthouse.
  • Create Web App Manifest (using webpack-pwa-manifest maybe?).
  • Site appropriately informs the user when they're offline.
  • Site use cache first networking. ( #3000 )
  • Full offline support for all docs pages. ( #3000 )
  • Upgrade to use latest webpack.
  • Discuss: Inferno instead of Preact?

Score at least a 92 on lighthouse

Create Web App Manifest

As described here https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/

Site appropriately informs the user when they're offline

Contributor Guide