diff --git a/packages/example/src/routes/index.tsx b/packages/example/src/routes/index.tsx index 3d496f7..93e02d1 100644 --- a/packages/example/src/routes/index.tsx +++ b/packages/example/src/routes/index.tsx @@ -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 => ), context)), + // ).pipe( + // Component.withRuntime(runtime.context) + // ) })