ReactiveText was created to provide fine-grained updates to the VDOM without
triggering component re-renders when the signal updates.
This allows React to function as close as possible to SolidJS where the JSX only renders once.
To render a signal, just pass the Accessor function to the data prop.
ReactiveText accepts the following options:
| Params | Required | Description |
|---|---|---|
data | String | Number | The Accessor to watch and render in the UI. |
Render Count:
1