I'm about to develop a PWA for our Company. I've been doing Web Applications so i'm so used to Bootstrap and Jquery. I'd like to develop the PWA in the same fashion. I can make the app a SPA with Jquery by simply hiding and showing divs. That's not a problem at all.
If i go this route, can I already do the service works? Or will i still need to use other frameworks like Vue, react, Framework 7 etc to make a PWA? And if so, is it alright to mix jquery and PWA?
PS No need to suggest to drop jquery and just use react etc. It is not an option for us for several reasons.