Typo in README?

Not sure if this is just your muscle memory typing Reactive rather than React. Obviously JavaScript being JavaScript, there is a library called Reactive but I'm guessing that you mean React. If so, then this comment will be 70 times longer than the actual changes I have proposed.
This commit is contained in:
Felix Ingram
2021-09-13 14:39:49 +01:00
committed by GitHub
parent ff64e147a2
commit bef468de13

View File

@@ -18,7 +18,7 @@ Textual uses [Rich](https://github.com/willmcgugan/rich) to render rich text, so
Event handling in Textual is asynchronous (using `async` and `await` keywords). Widgets (UI components) can independently update and communicate with each other via message passing.
Textual has more in common with modern web development than it does with [curses](<https://en.wikipedia.org/wiki/Curses_(programming_library)>); layout is done with CSS grid and (soon) the theme may be customized with CSS. Other techniques are borrowed from JS frameworks such as Vue and Reactive.
Textual has more in common with modern web development than it does with [curses](<https://en.wikipedia.org/wiki/Curses_(programming_library)>); layout is done with CSS grid and (soon) the theme may be customized with CSS. Other techniques are borrowed from JS frameworks such as Vue and React.
## Installation