Clojure/Clojurescript and Progressive Web Apps

What is the take on PWAs?
https://developers.google.com/web/progressive-web-apps/

It looks like classic mobile apps are not a trend so much, or are they?

I’m always having this weird feeling about PWAs that while Google has crap apps like Inbox they still sell PWAs and most of the production PWAs seem to be sponsored (pushed) by Google as well.

It’s possible to build one in cljs: we have server side rendering on JVM, code splitting built into the compiler, seevice workers is just code you write yourself. The only thing is just this is easier to do in JS because there are more libs/tools for this purpose.

1 Like