5 ms·
Same with Svelte. We use SolidJS now.
by MarvinYork 5y ago
Same with Svelte. We use SolidJS now.
- allyourhorses 5y agoSerious 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
- prezjordan 5y agoPretty sure Angular and only Angular!
- zdkl 5y agoWell 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/ https://github.com/reagent-project/reagent/
- bebop 5y agoI think ClojureScript + Reagent does.