Serving a React+JSX app from Java without node, webpack, and babel

Implementing a web app server side using Java has been getting ugly recently as its required to run a a full nodejs stack including a load of npm packages and javascript related stuff. By implementing a bundling and JSX Transpilation in native Java, kontr… Read more

Similar