0.1.0 #1
@@ -15,4 +15,11 @@ export const Route = createFileRoute("/")({
|
||||
}).pipe(
|
||||
Component.withRuntime(runtime.context)
|
||||
)
|
||||
|
||||
// component: Component.make("Index")(
|
||||
// () => Hook.useContext(TodosStateLive, { finalizerExecutionMode: "fork" }),
|
||||
// Effect.andThen(context => Effect.provide(Component.use(Todos, Todos => <Todos />), context)),
|
||||
// ).pipe(
|
||||
// Component.withRuntime(runtime.context)
|
||||
// )
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user