fulcrologic / fulcro

A library for development of single-page full-stack web applications in clj/cljs
http://fulcro.fulcrologic.com
MIT License
1.55k stars 140 forks source link

Advanced optimization problem #13

Closed awkay closed 7 years ago

awkay commented 7 years ago

Something is causing Om's statics to not get properly marked during adv optimization. This issue is to track hints as I discover things.

awkay commented 7 years ago

Experiments One – Plain Fulcro

I wrote an app with minimum deps (cljs, clj, and fulcro). Advanced opt works fine.

awkay commented 7 years ago

Experiment two: adding in more deps. Still OK

awkay commented 7 years ago

Found it. Fixed on develop and master.