18alantom / strawberry

Zero-dependency, build-free framework for the artisanal web.
https://strawberry.quest
MIT License
681 stars 15 forks source link

pushing data from server #7

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

i use htmx as a clean way to allow the server to update the gui.

https://htmx.org/examples/ shows the patterns.

https://www.reddit.com/r/htmx/ is a good read for peoples thoughts on it.

Its seems to me that its a good marriage because this is all about simplicity !!

gedw99 commented 1 year ago

i was wondering what people think about if we can mix strawberry with htmx.

am open to ideas here though as there many ways to skin this cat...

gedw99 commented 1 year ago

The docs and roadmap sort of answer this.

proxy and RDO ( reactive data object ).

It keeps to not using errors DSL ‘s which is great.

So closing this