(create-inertia-app {:keys [resolve-fn title-fn setup-fn]})
Thin wrapper around createInertiaApp
Thin wrapper around createInertiaApp
(set-layout! page-component layout-component)
(set-layout! page-component layout-component layout-props)
(simple-inertia-app {:keys [page-fn title-fn layout-component layout-props
root-component root-props react-root-renderer]})
Simple wrapper around createInertiaApp with sensible defaults only page-fn and react-root-renderer are required.
Simple wrapper around createInertiaApp with sensible defaults only page-fn and react-root-renderer are required.
(simple-resolve-fn {:keys [page-fn layout-component layout-props]})
Simple resolve implementation that takes a page-fn and returns a resolve-fn for inertia
Simple resolve implementation that takes a page-fn and returns a resolve-fn for inertia
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close