Live data from Hacker News

The front end framework for correctness: built on Effect, architected like Elm

foldkit.dev

51–53 of 53 posts

Re: The front end framework for correctness: built on Effect, architected like Elm

#51

If only I could have the syntactic beauty and brevity of Svelte 4 with the correctness of this <3

Yeah, I think the Effect team tried building a compiler for once (TS++ or something) but they abandoned it, as it was too much work.

Re: The front end framework for correctness: built on Effect, architected like Elm

#52
post #9

Just wondering how a matching backend framework for correctness would look like. Ideally something that doesn't repeat the React mess with two routers but fits right in Inertia style.

Maybe a bit late to ask but how would an EffectTS backend integrate seamlessly? Im looking for a full stack agent driven workflow including domain modeling, designing state machines (with Xstate or SCXML?) etc.

Re: The front end framework for correctness: built on Effect, architected like Elm

#53
post #21
post #9

Just wondering how a matching backend framework for correctness would look like. Ideally something that doesn't repeat the React mess with two routers but fits right in Inertia style.

That is a fair question. Probably one could inspiration by https://github.com/lustre-labs/lustre

Thanks, looks interesting!
Post reply on HN