4 ms·
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
by rramon 2mo ago
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.
- hit8run 2mo agoThat is a fair question. Probably one could inspiration by https://github.com/lustre-labs/lustre https://github.com/lustre-labs/lustre
- rramon 2mo agoThanks, looks interesting!
- rramon 2mo agoMaybe 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.