Hi
Just a quick question to ask if support for the babel react preset is coming to reactjs.net
Currently the below gives an unexpected import token error and I'm having to run node+webpack server to get it to transpile.
(Just a general example)
import React from 'react';
class Hello extends React.Component
Hi
Just a quick question to ask if support for the babel react preset is coming to reactjs.net
Currently the below gives an unexpected import token error and I'm having to run node+webpack server to get it to transpile.
(Just a general example)
import React from 'react';class Hello extends React.Component