Just wanted to share a small article I wrote about some best practices i have found for using react in meteor.
It’s not a tutorial about writing the UI but instead a guide for using the right available tools.
Jest is running independently so it’s not meteor’s responsibility to transpile the code.
It means you’ll have to manually configure babel with the plugins that you need.
Keep in mind that although you cant enjoy meteor’s out-of-the-box transpilation, the advantages of using jest are huge - you get a super-fast testing environment (because you don’t have to wait for meteor to reload the application)