datastar icon indicating copy to clipboard operation
datastar copied to clipboard

Results 42 datastar issues
Sort by recently updated
recently updated
newest added

When setting a signal with data-store it can be useful to encode the string, especially when it contains quotes. If this is used by data-model the data in the input...

Since most of the state of the ui is computed automatically from signals and that all imperative state changes can be recorded as a stack of events, I think it...

enhancement
help wanted

So I've noticed that if I make mistakes in my sse events and data-star cant understand them, it will start looping the original request without end. This also happens if...

documentation
question

Was wondering if we want to have a mechanism to update clients that happen to be looking at the same page URL ? The idea is that one user is...

documentation

I was trying to see what custom headers looked like in action, and ran into this issue. My component block triggering the problem looks like the following: ```html ``` I...

Scrolling the homepage in Safari has an odd bug. I'm guessing there's some updates coming from the server that cause the browser to scroll to the top of the TODO...

click on 0 should be RowID: 0, then 1 - 1 click on document should be outside. somehow outside works for 2 clicks and stops. ```templ templ Test() { Document...

From the conference talk and the podcast I get the "why", but I have no idea of the "how" or "what". I need the full-loop hello world. Either how do...