0.1.0 #1

Merged
Thilawyn merged 81 commits from next into master 2025-07-17 21:17:57 +02:00
Showing only changes of commit c74f3025d2 - Show all commits

View File

@@ -12,6 +12,8 @@ export const Route = createFileRoute("/")({
ReactComponent.use(Todos, Todos => <Todos />), ReactComponent.use(Todos, Todos => <Todos />),
yield* ReactHook.useMemoLayer(TodosState.Default("todos")), yield* ReactHook.useMemoLayer(TodosState.Default("todos")),
) )
}, {
finalizerExecutionMode: "fork"
}).pipe( }).pipe(
ReactComponent.withRuntime(runtime.context), ReactComponent.withRuntime(runtime.context),
) )