Reactive Utilities

startTransition

Edit this page
import { startTransition } from "solid-js"
function startTransition: (fn: () => void) => Promise<void>

Similar to useTransition except there is no associated pending state. This one can just be used directly to start the Transition.

Report an issue with this page