Add Effect v4 support, Fast Refresh tooling, and revamped docs #56

Merged
Thilawyn merged 133 commits from next into master 2026-07-26 02:32:59 +02:00
Showing only changes of commit 91670779fe - Show all commits
+2 -1
View File
@@ -206,7 +206,8 @@ export const MountedMessageView = Component.make("MountedMessage")(
Use `Component.useOnMount` when the component needs a value produced by an Use `Component.useOnMount` when the component needs a value produced by an
Effect during its first render. The value is then cached for the component Effect during its first render. The value is then cached for the component
instance. instance. You can also use it to set up scoped component logic, subscriptions,
or resources that should live for the lifetime of that component instance.
Use `Component.useOnChange` when render needs the value computed by Use `Component.useOnChange` when render needs the value computed by
scoped work that depends on changing inputs. When a dependency changes, React scoped work that depends on changing inputs. When a dependency changes, React