Transpile
↔ (process) to translate Source Code into some other Source Code
Babel
Dev tool to Transpile JSX & Polyfill JS
References
JSX
↔ Syntactic Sugar to mix HTML inside JS, later Transpile toReact.createElement()
JS Bundle
↔ single combined JS Code output for Client to run, often Transpile to ES6 for compatBuild Tool
↔ Dev tool to Transpile & Bundle projectPreprocessor
↔ Dev tool to Transpile Code Superset to other (base compatible) CodeESBuild
↔ CLI Dev tool to Transpile & Bundle JS, fast efficient Compiler built in Go