Hacker News new | ask | show | jobs
by MarvinYork 1809 days ago
Same with Svelte. We use SolidJS now.
1 comments

Serious question for fashionistas.. which of the modern frameworks integrate 'properly' with Closure Compiler? Not just minification, but structured so the compilation/code removal/constant replacement/inlining/obfuscation steps work correctly.

I've seen a few with instructions to compile with Closure Compiler, but of the (approximately one) I've checked, the output was barely even minified, never mind optimized

Pretty sure Angular and only Angular!
Well I'm sure React does too because Reagent uses it. And since it's a Clojurescript lib, it goes through Closure as part of compilation to JS. https://github.com/reagent-project/reagent/
I think ClojureScript + Reagent does.