mirror of
https://codeberg.org/JasterV/teatui.git
synced 2026-04-26 18:10:03 +00:00
Update README.md
This commit is contained in:
parent
7ffec09d7b
commit
ef45e65784
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -1,9 +1,14 @@
|
||||||
# ratatui-helloworld
|
# Ratatui playground
|
||||||
|
|
||||||
This is a [Ratatui] app generated by the [Simple Template].
|
This is a playground repo to play around with [Ratatui](https://ratatui.rs/).
|
||||||
|
|
||||||
[Ratatui]: https://ratatui.rs
|
One of my main goals is to understand if I can structure my Ratatui application in an Elm-like fashion.
|
||||||
[Simple Template]: https://github.com/ratatui/templates/tree/main/simple
|
|
||||||
|
The provided templates from the Ratatui official sources write code in a very procedural way, abusing of mutability a bit too much for my taste. (That is, using `&mut` all over the place in function arguments).
|
||||||
|
|
||||||
|
I want to minimize the usage of mutability and build the most pure functional TUI apps that I can.
|
||||||
|
|
||||||
|
I feel that Elm has always been a great example to follow when it comes to building frontend in a pure-functional style, and so I will try to reproduce it in here.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue