Skip to content

Commit 6d5484d

Browse files
authored
Update README.md
1 parent 144716d commit 6d5484d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This repository includes adapters for [React](https://reactjs.org/) / [Binding.s
44

55
## Motivation
66

7-
The rendering process in React components are unpredictable, resulting in unnecessary reevaluation, and even worse, unexpected reevaluation of side effects if any. Precise data-binding in [Binding.scala](https://github.com/ThoughtWorksInc/Binding.scala) is a faster and predictable alternative to React's repeatedly re-rendering approach.
7+
The rendering process in React components are unpredictable, resulting in unnecessary reevaluation, and even worse, unexpected reevaluation of side effects if any. Precise data-binding in [Binding.scala](https://github.com/ThoughtWorksInc/Binding.scala) is a fast and predictable alternative to React's repeatedly re-rendering approach.
88

9-
However, currently there are more third-party components in the React ecosystem than Binding.scala. It would be nice if a web developer could reuse React components while take the advantage from Binding.scala's precise data-binding. This repository includes the following libraries to reuse React components in a Binding.scala + html.scala web app:
9+
However, currently there are more third-party components in the React ecosystem than Binding.scala. It would be nice if a web developer could reuse React components while take the advantage from Binding.scala's precise data-binding. This repository includes the following adapters for reusing React components in Binding.scala + html.scala web apps:
1010

1111
- [ReactToBindingHtml](https://www.javadoc.io/page/com.yang-bo/reacttobindinghtml_sjs1_3/latest/com/yang_bo/ReactToBindingHtml.html) - an adapter for using a React component inside an [html.scala](https://github.com/Atry/html.scala) literal or interpolation.
1212
- [BindingHtmlToReact](https://www.javadoc.io/page/com.yang-bo/bindinghtmltoreact_sjs1_3/latest/com/yang_bo/BindingHtmlToReact$.html) - an adapter for using an [html.scala](https://github.com/Atry/html.scala) literal or interpolation inside a React component.
@@ -153,4 +153,4 @@ These adapters works with React types defined in [Slinky](https://slinky.dev/) b
153153
- [html.scala](https://github.com/Atry/html.scala)
154154
- [Slinky](https://slinky.dev/)
155155
- [ScalablyTyped](https://scalablytyped.org)
156-
- [scalajs-react](https://github.com/japgolly/scalajs-react)
156+
- [scalajs-react](https://github.com/japgolly/scalajs-react)

0 commit comments

Comments
 (0)