hilla icon indicating copy to clipboard operation
hilla copied to clipboard

[Full-stack Signals][DX] Add StringSignal type to store a shared text with collaborative capabilities

Open taefi opened this issue 11 months ago • 1 comments
trafficstars

Describe your motivation

We could have StringSignal that basically can store a collaborative text. This signal can have methods for text modifications, e.g. to insert at certain positions, to replace, or modify by regexp etc.

Describe the solution you'd like

No response

Describe alternatives you've considered

For starters, maybe, a more versatile ListSignal<Character> could support some of the needed API for a convenient support of such shared text data structure.

Additional context

No response

taefi avatar Dec 02 '24 13:12 taefi