pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.55k stars 273 forks source link

[STARTER BASIC] Remove dependency on vaadin router from pwa-starter-basic #3910

Open zateutsch opened 1 year ago

zateutsch commented 1 year ago

Drop another dependency from pwa-starter-basic. No vaadin router.

jgw96 commented 1 year ago

@zateutsch I want to push back a touch on this one. The basic starter is meant to be basic, but a router is going to be needed for basically any app that wants to have multiple pages. Thinking of apps on windows, even notepad has atleast a settings page that it needs to navigate too. Because of that, I wonder if we may be going a little too basic here?