Reactive UtilitiesstartTransitionEdit this pageimport { 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 pagePrevious← splitPropsNextuntrack →