Update README.md

This commit is contained in:
Víctor Martínez 2025-08-19 19:06:35 +02:00 committed by JasterV
parent f27020e7c8
commit fca956d6fa

View file

@ -2,7 +2,7 @@
This is an experimental project that aims to build an Elm-like framework for TUI development in Rust.
My main motivation to build this was to understand if I could structure a Ratatui application in an Elm-like fashion.
My main motivation to build this was to understand if I could structure a [Ratatui](https://github.com/ratatui/ratatui) application in an Elm-like fashion.
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).