Remix.run Logo
sgt 2 days ago

Doesn't datastar require an async backend? I prefer Django without async.

hide_on_bush 2 days ago | parent | next [-]

You still get a lot with a sync backend! Here I show Datastar using Flask: https://www.youtube.com/watch?v=W7kHYIrI99A

devnull3 2 days ago | parent | prev [-]

Not really. DS v1.0 has HTMX like request/response option as well.

You might need async if there are lot of concurrent users and each of them using long duration SSE. However, this is not DS specific.