Echo JS 0.11.0

<~>
tracker1 11 days ago. link 1 point
This is kind of cool to see... but to be really honest, I absolutely hate compile time PFM that isn't obvious.  I've been participating on a project where the entire file based routing is like that.  It's auto-generated at run/build time.

On the flip side, I've created a handful of web components for some mostly stand-alone reusable bits, and I'm thinking that in concert with some decent bundling for styling, that there might be something much simpler, and closer to standards based that could come out of all of this.

I still wish that e4x had taken off a few decades ago, even if JSX is close enough, it still really isn't in the box, and I wish that it was.  Makes me want to look into some of the old on-demand based loader/parser projects from early react versions.

Replies