Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.react.error-boundaries

A macro and predefined component that can create a boundary above which errors cannot propagate. Read the docstring of error-boundary carefully. Works with server-side rendering as well, and provides for development-time retries to recover after a hot code reload without having to reload the entire page.

A macro and predefined component that can create a boundary above which errors cannot propagate. Read the docstring
of `error-boundary` carefully. Works with server-side rendering as well, and provides for development-time retries
to recover after a hot code reload without having to reload the entire page.
raw docstring

com.fulcrologic.fulcro.react.hooks

React hooks wrappers and helpers. The wrappers are simple API simplifications that help when using hooks from Clojurescript, but this namespace also includes utilities for using Fulcro's data/network management from raw React via hooks.

See use-root, use-component, and use-uism.

React hooks wrappers and helpers. The wrappers are simple API simplifications that help when using hooks from
Clojurescript, but this namespace also includes utilities for using Fulcro's data/network management from raw React
via hooks.

See `use-root`, `use-component`, and `use-uism`.
raw docstring

com.fulcrologic.fulcro.react.hooks-context

Dynamic vars for headless hooks context. This namespace is deliberately minimal to avoid cyclic dependencies - it only contains the context vars needed by both dom-server (for conditional component rendering) and hooks (for hook state management).

Dynamic vars for headless hooks context. This namespace is deliberately minimal
to avoid cyclic dependencies - it only contains the context vars needed by both
dom-server (for conditional component rendering) and hooks (for hook state management).
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close