import-jsx icon indicating copy to clipboard operation
import-jsx copied to clipboard

Question: performance benchmarking

Open wheresrhys opened this issue 7 years ago • 1 comments

Hi

Have you ever benchmarked performance against running pre-transpiled code?

wheresrhys avatar Mar 12 '19 20:03 wheresrhys

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.

vadimdemedes avatar Mar 13 '19 05:03 vadimdemedes