jsxtransformer
Pipeline for transforming JSX files using Babel.js and Uglify.js
This project provides a basic real-time transform pipeline for JSX -> JavaScript in Java without use of external tools like node.js.
Import
You can use this module by adding it from Maven Central or JCenter in de.cronn.jsxtransformer.
Usage
For sample usage in a Spring Boot application, see https://github.com/cronn-de/spring-boot-react.