Skip to content

Commit 9b91946

Browse files
authored
Update README.md
1 parent 7a2993f commit 9b91946

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ val rootView = {
143143
render(documet.body, rootView)
144144
```
145145

146-
Even though adapters from this repository provide the flexibility to choose to create UI in either React or real DOM, to maximize the benifits from the Binding.scala's precise data-binding, `BindingReactToReact` users are recommended to neither define any React components nor use any React hooks. Instead, the application states can be managed by Binding.scala, and let `BindingReactToReact` React components be instantiated implicitly, when using existing React components. Because React's virtual DOM does not support partial update provided by Binding.scala's `BindingSeq`, create your own HTML UI as `@html` literals or `html"..."` interpolations, if the overhead due to React's virtual DOM differentiation matters.
146+
Even though adapters from this repository provide the flexibility to choose to create UI in either React or real DOM, to maximize the benifits from the Binding.scala's precise data-binding, `BindingReactToReact` users are recommended to neither define any React components nor use any React hooks. Instead, the application states can be managed by Binding.scala, and let `BindingReactToReact` React components be instantiated implicitly, when using existing React components.
147+
148+
Because React's virtual DOM does not support partial update provided by Binding.scala's `BindingSeq`, create your own HTML UI as `@html` literals or `html"..."` interpolations, if the overhead due to React's virtual DOM differentiation matters.
147149

148150
## Related tools
149151

0 commit comments

Comments
 (0)