Im-Beast / deno_tui

🦕 Deno module for creating Terminal User Interfaces
https://deno.land/x/tui
MIT License
266 stars 18 forks source link

feat: replace dynamic values with getters and update events #2

Closed Im-Beast closed 2 years ago

Im-Beast commented 2 years ago

Get rid of Dynamic values (and usage of getStaticValue) in favour of getters and update event.

This change should:

Todo: