Pretty great! Quick q for you when you update the docs. How does front end rendering work? Much of rust is deep into wasm - are you following that approach? or aiming for pure ssr of templates?
Additional comments about loco on the r/rust post here:<p><a href="https://www.reddit.com/r/rust/comments/18aokzc/locors_releasing_a_framework_inspired_by_rails_on/" rel="nofollow noreferrer">https://www.reddit.com/r/rust/comments/18aokzc/locors_releas...</a>
I love that the idea of the one-person framework is spreading to other languages and ecosystems. I personally love rails AND Ruby and will stick with them. But there’s always more room for great frameworks like it and they can all be better by learning from one another. Hotwire was heavily inspired by Phoenix, for example.
Very cool!<p>I love how you've implemented models, particularly generating the entity from the database. I did something similar with PHP 20 years ago, but abandoned it when Rails came around.