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
mount-up uses robert hooke to apply custom functions to components start and stop functions.
robert hooke is based on vars and uses alter-var-root to change behavior (i.e. wrap the existing behavior with a custom one).
ClojureScript's advanced mode, besides other things, optimizes var names which makes it somewhat impossible to apply custom functions to them (i.e. unclear what to apply to what).
Also, internally mount uses derefable states in ClojureScript, here is more docs about it.
Do you have any plans to add clojurescript support? Is there some fundamental problem with this?
The text was updated successfully, but these errors were encountered: