Skip to content

Instantly share code, notes, and snippets.

View mattwondra's full-sized avatar

Matt Wondra mattwondra

View GitHub Profile
@mattwondra
mattwondra / webpack-react-stdio-problem.md
Last active April 11, 2016 17:28
Call for ideas on using Webpack with react-stdio

Ref: https://github.com/mjackson/react-stdio

The latest version of react-stdio is agnostic to your specific JS build steps (e.g. what bundler and transforms you use), and instead requires you to provide fully-compiled components that a standard node environment is able to process. This is very smart, since not everyone is using Babel (hard-coded in a previous version).

However, I'm having trouble figuring out the best way to integrate my components that are bundled through Webpack, especially since they have reliance on one another.