Open
Description
It'd be neat if we could write JSX in the Turbine views. It'd require a custom Turbine transform, as the output from today's JSX transformers output to a format designed for VDom.
Check out Surplus. It has it's own JSX transpiler, but the output is completely Surplus-specific.
Maybe Turbine could get something like this eventually.