tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.23k stars 89 forks source link

update doc/differences-from-component.md now that mount supports cljs #67

Closed seako closed 7 years ago

seako commented 7 years ago

Now that mount supports cljs now, there's no need to mention in the docs that it doesn't :)

tolitius commented 7 years ago

ah.. I meant the graph API is only supported on the backend: i.e. can't do (graph/states-with-deps) in ClojureScript due to inability to do ns-refers and other ns related things in cljs :advanced mode.

but thanks, it does read a bit strange. would you rather remove ", and it currently only supports Clojure, not ClojureScript." or reword it?

seako commented 7 years ago

oh, silly me. i'll just close this and if i have better informed edits i'll suggest those.