decent is a text user interface (TUI) library written in Ruby without the use of Curses or any external libraries.
decent is modeled after SolidJS's Signals (Observables), and a React-like workflow.
require"decent"Decent::App.newdocount=ref0textderived{"Count is: #{count.value}!"}# NOTE: We'll have interactions later! This is just a demo :)Thread.newdocount.value += 1endend