|
|
|
|
|
by christophilus
3230 days ago
|
|
Clojurescript's bundle size for real world apps is decent, especially given the power it provides. If all you're doing is a 3 line JavaScript, Clojurescript won't benefit you. But if you're writing a complex application,it will beat or match your typical JS stack in terms of code size. I suggest watching this: https://m.youtube.com/watch?v=gsffg5xxFQI |
|