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 Oct 16, 2024. It is now read-only.
Get a part of AgileTs and start contributing. To find out more read the [CONTRIBUTING.md](https://github.com/agile-ts/agile/blob/master/CONTRIBUTING.md).
144
144
@@ -147,7 +147,7 @@ Get a part of AgileTs and start contributing. To find out more read the [CONTRIB
147
147
148
148
149
149
<br />
150
-
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/master/static/packages_of_agile.png"alt="Packages of Agile">
150
+
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/master/static/packages_of_agile.png"alt="Packages of Agile"/>
<imgsrc="https://img.shields.io/npm/dt/@agile-ts/react.svg"alt="npm total downloads"></a>
14
+
<imgsrc="https://img.shields.io/npm/dt/@agile-ts/react.svg"alt="npm total downloads"/></a>
15
15
16
16
17
17
<br />
18
18
19
19
20
20
<br />
21
-
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/what_does_this_integration_header.png"alt="What does this Integration?">
21
+
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/what_does_this_integration_header.png"alt="What does this Integration?"/>
22
22
23
23
Well, this Integration binds AgileTs Instances to React Components.
24
24
Through that AgileTs is able to rerender the Component if a bound Instance mutates.
@@ -36,7 +36,7 @@ Here is a simple example how such a binding might look like:
@@ -59,7 +59,7 @@ To find out more take a look into the [docs](https://www.agile-ts.org/docs).
59
59
60
60
61
61
<br />
62
-
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/useAgile_header.png"alt="useAgile for Functional Components">
62
+
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/useAgile_header.png"alt="useAgile for Functional Components"/>
63
63
64
64
65
65
For [Function Component](https://reactjs.org/docs/components-and-props.html) Users we recommend using the `useAgile` Hook.
@@ -109,7 +109,7 @@ Test the `useAgile` Hook yourself, it's only [one click](https://codesandbox.io/
109
109
110
110
111
111
<br />
112
-
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/agileHOC_header.png"alt="useAgile for Functional Components">
112
+
<imgsrc="https://raw.githubusercontent.com/agile-ts/agile/readme-improvements/packages/react/static/agileHOC_header.png"alt="useAgile for Functional Components"/>
113
113
114
114
For [Class Components](https://reactjs.org/docs/components-and-props.html) Users we recommend using the `AgileHOC`.
115
115
At first what is a HOC, well it's a [Higher Order Component](https://reactjs.org/docs/higher-order-components.html)
@@ -139,7 +139,7 @@ Test the `AgileHOC` yourself, it's only [one click](TODO) away.
Get a part of AgileTs and start contributing. To find out more read the [CONTRIBUTING.md](https://github.com/agile-ts/agile/blob/master/CONTRIBUTING.md).
0 commit comments