{user.name}
+{user.email}
+{user.email}
+Effect for React function components
-- effect-fc gives React 19 components access to Effect services, - scopes, subscriptions, and async workflows without giving up normal - React boundaries. -
-+ Bring typed services, scoped resources, reactive state, server + queries, and schema-driven forms into React without hiding either + framework. +
+ +npm install effect-view effect@beta
+ Why Effect View
+
- Use Component.make to yield Effects and return JSX
- from the same component body.
+ Effect View adds the pieces React deliberately leaves open while
+ preserving the React component model you already know.
- Provide your app layer once with ReactRuntime.Provider
- and convert Effect-FC components at React boundaries.
-
- Tie subscriptions and resources to component scopes so finalizers - run when React unmounts. -
-{feature.description}
+{feature.tag}
+
+ Ready when React is
++ Add a runtime, cross the React boundary once, and grow into the + rest of the toolkit only when you need it. +
+