News

For all the awesomeness that React brings to the table ... you need to use an intermediate step to convert that JSX into JavaScript. One approach is to build your app to generate the transpiled ...
which is transformed into pure JavaScript as part of the build step. At first hearing, that sounds like a terrible idea because it violates the principle of separation of concerns. React fans ...