DEV Community

Discussion on: My PWA made with Clojure/ClojureScript exceeded 400 users 🎉

Collapse
 
cam profile image
Cam Stuart

Well done achieving this fantastic result. I too am a Go developer and I use angular for my front end work.

But I recently discovered Clojure and ClojureScript, and would love to use it in my next project. I have looked an=t many libraries and frameworks. I think re-frame attracts me the most. But was wondering about PWA, and also saw low lighthouse scores on many apps.

Such a good lighthouse score, PWA / service worker is indeed excellent work.

Can you please share which framework/libraries you used to obtain such a result? And what resources you used for PWA?

Collapse
 
boxp profile image
Keitaro Takeuchi • Edited

Thank you for your comment!

In a nutshell, "Hito Hub" has been built by Reagent/re-frame same as this example.

But for better performance, I built this app based on Web Fundamentals Performance Guide, This guide is essential for building Progressive Web Apps.