Skip to content

Commit 17d3b4d

Browse files
authored
Fix formatting issue in README.md
1 parent b6e6c64 commit 17d3b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The `-->`, `<--`, `<-->` reactive combinators have been introduced to allow user
3838

3939
Under the hood this is done through a scheduler and a depth-first traversal of the `Component` graph. This is accomplished without imposing a recursive interface on end users (`miso` handles all the recursion under the hood).
4040

41-
Furthermore, `miso` takes it a step further and allows declarative upstream communication with the `parent`. Whereas in React a callback would need to be passed to the child to invoke parent model changes, creating a more convoluted programming model. A bidirectional synch can also be established between `parent` and `child` using the `(<-->)` combinator. This can allow sibling communication, where the `parent` is used as a proxy (as seen in the [example](https://reactive.haskell-miso.org)).
41+
Furthermore, `miso` allows declarative upstream communication with the `parent`. Whereas in React a callback would need to be passed to the child to invoke parent model changes, creating a more convoluted programming model. A bidirectional synch can also be established between `parent` and `child` using the `(<-->)` combinator. This can allow sibling communication, where the `parent` is used as a proxy (as seen in the [example](https://reactive.haskell-miso.org)).
4242

4343
## Development
4444

0 commit comments

Comments
 (0)