jquery.terminal icon indicating copy to clipboard operation
jquery.terminal copied to clipboard

Reactive echo

Open jcubic opened this issue 11 months ago • 1 comments

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.

jcubic avatar Nov 30 '24 01:11 jcubic

Maybe this video about implementation of useState hook from scratch will be useful:

jcubic avatar Dec 08 '24 20:12 jcubic