mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user