Help on making storybook experience great in Meteor (react)

Currently, we could use storybook with Meteor. But, we need to add some webpack configs to do so.

Recently we add a default webpack setup which is similar to “Create React App”.

Along with that, we released a tool to add a storybook with just a single command: https://github.com/kadirahq/getstorybook


But it’s not currently ready for Meteor. So, I wanna know about any babel configs and webpack stuff which mimics a Meteor environment for React.

If you are a storybook user ( or tried it ) share here your pains (and how you solved it). So, we could fix them and include it to getstorybook tool.

4 Likes