Like the title says; I’m curious about the tools you are using in combination with Meteor + React.
The react community has some nice tools like storybook or react-cosmos, but every time I’m hitting limitations because of depending on the Meteor framework.
Limitations such as import x from 'meteor/user:package'
statements and/or .babelrc
incompatibilities.
How are you doing this? Only using Meteor as tool, without storybook
or react-cosmos
(I like the latest more) isn’t really a solution; due to the build times. The before mentioned reload in a second, where meteor takes much longer.