[go-nuts] Re: Meet Golid : A Solid.js inspired framework written 100% in Go.

2025-06-11 Thread Serge Hulne
What about this, instead: https://github.com/serge-hulne/SwiftlyGo On Monday, 5 May 2025 at 00:59:16 UTC+2 Justin Israel wrote: > I read your article and then looked at the code and was surprised to find > that there wasn't much code there at all, vs what the article claims as a > framework. Th

Re: [go-nuts] Re: Meet Golid : A Solid.js inspired framework written 100% in Go.

2025-05-05 Thread Serge Hulne
The plan is : 1. Some additional wrappers around scyscall/js 2. A more sophisticated CLI : I am working on code generators and also on HTML-to-Gomponents converter which allows for optional definition of the components in HTML. 3. Add more examples : Todo list, etc. A this stage, d

[go-nuts] Re: Meet Golid : A Solid.js inspired framework written 100% in Go.

2025-05-04 Thread Justin Israel
I read your article and then looked at the code and was surprised to find that there wasn't much code there at all, vs what the article claims as a framework. The majority of the code is the dev server CLI tool. Is there more work meant to be added to match the "framework" description from the