DEV Community

[Comment from a deleted post]
Collapse
 
mjsarfatti profile image
Manuele J Sarfatti

Hey, it's a nice idea! Have you thought about using Workbox? It's just 1.3k:

codelabs.developers.google.com/cod...

Have you also looked into more pre-existing OSS projects, apart from the Polymer one?

Collapse
 
devpato profile image
Pato

Yes i have worked with workbox, actually I forgot to add it to the list, I was thinking on using workbox as follow in the project lets say having the option of adding workbox to you project or not. Andddd no, I didn't find my project. Do you know of any?

Collapse
 
mjsarfatti profile image
Manuele J Sarfatti

This one is another one that comes to my mind: github.com/preactjs/preact-cli/

Also extremely lightweight and fast, and you get the convenience of a JS framework, and easy to plug SASS/SCSS preprocessors.

 
devpato profile image
Pato

ahh very cool idk preact had that! ill def will take a look to it