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
I would love somehow to use Comportex or Sanity from Javascript more directly.
Looking through the code base, I see it used in the examples via reagent/render:
Would it make sense for main/sanity-app and such key API methods to be exported and made accessible from JS? or would it require a dedicated port to JS for React or similar reactive UI framework?
(defn ^:export sanity-app
[title model-tab world-pane features into-sim]
(main/sanity-app title model-tab world-pane features into-sim))
The text was updated successfully, but these errors were encountered:
I would love somehow to use Comportex or Sanity from Javascript more directly.
Looking through the code base, I see it used in the examples via
reagent/render
:Would it make sense for
main/sanity-app
and such key API methods to be exported and made accessible from JS? or would it require a dedicated port to JS for React or similar reactive UI framework?The text was updated successfully, but these errors were encountered: