mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "8aa0a0fb3d9a679b830dd57b",
|
||||
"source": "solid:signals",
|
||||
"type": "github-document",
|
||||
"title": "start-transition",
|
||||
"content": "---\ntitle: startTransition\nuse_cases: \u003e-\n async updates, performance optimization, non-blocking updates, transition\n control\ntags:\n - transitions\n - async\n - performance\n - updates\n - batching\nversion: '1.0'\ndescription: \u003e-\n Start transitions in SolidJS without pending state tracking. Batch async\n updates for improved performance and smoother user interactions.\n---\n\n```ts\nimport { startTransition } from \"solid-js\"\n\nfunction startTransition: (fn: () =\u003e void) =\u003e Promise\u003cvoid\u003e\n\n```\n\nSimilar to `useTransition` except there is no associated pending state.\nThis one can just be used directly to start the Transition.",
|
||||
"url": "https://github.com/solidjs/solid-docs/blob/HEAD/src/routes/reference/reactive-utilities/start-transition.mdx",
|
||||
"metadata": {
|
||||
"path": "src/routes/reference/reactive-utilities/start-transition.mdx",
|
||||
"repo": "solidjs/solid-docs",
|
||||
"repo_url": "https://github.com/solidjs/solid-docs.git",
|
||||
"size": 627,
|
||||
"source_type": "github"
|
||||
},
|
||||
"hash": "4963995a0f8c27293c527a925e0b7c974aa4d07f277822af191dd9e9e3bb52b7",
|
||||
"timestamp": "2026-02-23T11:43:00.190155836+01:00"
|
||||
}
|
||||
Reference in New Issue
Block a user