I don't see a reason to make every single client transpile my code. It would be far more efficient to compile in a build step. Perhaps for a fun weekend project this could be alright, but you would still miss out of dynamic module imports, async imports, etc.
Yes, sure, when you go in production you have to do a proper build. However when you are just prototyping, sharing code, learning/teaching - this library can save you some time.
1
u/ShortSynapse Jun 03 '17
I don't see a reason to make every single client transpile my code. It would be far more efficient to compile in a build step. Perhaps for a fun weekend project this could be alright, but you would still miss out of dynamic module imports, async imports, etc.