mattwellss / mage-reactjs

ReactJS components rendered on your server with your Magento data!
MIT License
2 stars 0 forks source link

Enable real JSX #1

Open mattwellss opened 8 years ago

mattwellss commented 8 years ago

The current implementation requires that templates be written in ES5-style JavaScript, which is no fun at all.

The current process:

Proposed

mattwellss commented 8 years ago

Babel API documentation

mattwellss commented 8 years ago

With the switch to node rendering, a template could be transformed from es2015/jsx to commonjs before being rendered or bundled