You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is fundamentally a ClojureScript issue. Due to various factors, the smallest hunk of js an optimized ClojureScript fn can produce is ~40K.
View code is loaded quite infrequently, and loading 40k of js is hardly a bottleneck, but having less js coming out of cljs would make debugging and such simpler.
The text was updated successfully, but these errors were encountered:
Checking in on this -- my guess from overhearing CLJS dev is that this is much better now on the CLJS side, but when I tried forcing a new version of CLJS today I got an error on calling cljs-views/view.
This is fundamentally a ClojureScript issue. Due to various factors, the smallest hunk of js an optimized ClojureScript fn can produce is ~40K.
View code is loaded quite infrequently, and loading 40k of js is hardly a bottleneck, but having less js coming out of cljs would make debugging and such simpler.
The text was updated successfully, but these errors were encountered: