You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2025. It is now read-only.
To find out more about `useAgile()`, and other Hooks provided by AgileTs,
@@ -48,11 +51,12 @@ checkout the [AgileTs Hook documentation](api/Hooks.md).
48
51
49
52
For Class Components, we provide the `AgileHOC`.
50
53
The `AgileHOC` is a Higher Order Component that is wrapped around a React Component.
51
-
It takes care of binding [Agile Sub Instances](../../main/Introduction.md#agile-sub-instance) (like States or Collections) to the wrapped React Component.
54
+
It takes care of binding [Agile Sub Instances](../../main/Introduction.md#agile-sub-instance)
55
+
(like States or Collections) to wrapped React Components.
0 commit comments