ratatui-reactive 0.6.0

A minimalistic framework for building TUI applications using fine-grained reactivity.
Documentation

ratatui-reactive   Action Badge Version Badge License Badge Docs Badge

A minimalistic framework for building TUI applications using fine-grained reactivity.

Usage

Examples of how to use the library can be found here.

Why?

I built this library around my personal preference for creating UIs with reactive systems. ratatui-reactive is designed around a reactive graph, rather than the message-driven architectures (like Elm) commonly used in many Rust UI libraries.

Contributing

If you find any errors in ratatui-reactive or just want to add a new feature feel free to submit a PR.

Credits