BigJk / bubbletea-in-wasm

POC for bubbletea in WASM
MIT License
9 stars 1 forks source link

might like wanix #1

Open gedw99 opened 8 months ago

gedw99 commented 8 months ago

Hey @BigJk 7 Daniel

thanks for this. I am working on how to have bubble tea express the same things in HTML. Sort of like a HTML Web Component of Bubbletea with the htmx pattern.

https://github.com/tractordev/wanix sort of take it to another level

golang was but with a FS and shell inside wasm inside a browser.

BigJk commented 8 months ago

Hey! Thanks for the Info, wanix does seem very interesting and I will take a deeper look when I find the time. I think I saw you (or somebody else) talking about the html idea on Github (or maybe the charm discord). It also sounds interesting. Is there already a POC or just ideas atm?

gedw99 commented 8 months ago

Hey @BigJk

Not quite sure what you mean by "html idea", cause it s bit vague. If your can describe what you mean I am happy to elaborate.

The thing I do a lot if the "Island architecture". Fancy new word I see is used these days to describe treating a DOM ( HTML or any DSL that is an Xml structure ), such that the architecture stack updates small isolated parts of that DOM.

I guess the biggest example of this is HTMX. But the pattern can be used for any GUI that has a XML based secretion language.

Makes sense ?

BigJk commented 8 months ago

@gedw99,

With html idea I was just referring to "bubbletea to the web". I'm also familiar with HTMX. I was wondering if there is already a POC of your idea of bringing bubbletea to the web 😄

gedw99 commented 8 months ago

I see

https://github.com/octoberswimmer/masc Is set of like that.

Because bubblers has no DOM like description lang this is a different approach. It’s impress how clean and fast it is. I like how Elm like it is .

Let me know what you think.