jquery.terminal
jquery.terminal copied to clipboard
Reactive echo
I have an idea for a new feature for jQuery Terminal
Just an idea, if you echo a function it's only updated on resize/redraw
It would be cool to have a feature to auto update the text on some external event.
I'm not sure how difficult it would be, maybe use some features like signals or hooks.
Maybe this video about implementation of useState hook from scratch will be useful: