6 comments

[ 10.2 ms ] story [ 119 ms ] thread
Great PoC. Show everyone how it's done!
Seems interesting. What’s the delta between what’s been implemented here and Phoenix LiveView?
Check out the work that the LiveView Native team is doing.

They also built a rust client for LiveView.

Maybe you folks can collaborate?

I would love to code templates in an htmlesque syntax instead of some arbitrary macro syntax.
I never understood why people prefer the verbose XML syntax still. This API is so much more concise and readable.
I haven’t used this particular framework but I have used alternative template systems in rails and they are generally nice for the basic cases but then get really confusing and non trivial when you want to do slightly less common things with html.

Html is also just a universal knowledge that everyone already has while every custom one will require more learning.