Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 434 Bytes

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.