Remix.run Logo
stmw 4 days ago

I could easily imagine a functional-programming JSON transformation language, or perhaps even a JSLT based on latest XSLT spec. The key in these things is to constraing what is can do.

ajxs 4 days ago | parent [-]

We wouldn't even need anything as complex as XSLT, or a functional language for transforming JSON. Other markup-based template processing systems exist for higher-level languages like Pug, Mustache, etc. for Node.js. You could achieve a lot with a template engine in the browser!

b_e_n_t_o_n 4 days ago | parent [-]

JSX!

stmw 4 days ago | parent [-]

That's not... really the same.