import-jsx
import-jsx copied to clipboard
Question: performance benchmarking
Hi
Have you ever benchmarked performance against running pre-transpiled code?
I haven't, but it definitely adds some overhead, as import-jsx requires babel, a few plugins and transpiles the code. That's a tradeoff for convenience of not having to transpile code yourself in a build step.