Atmosphere React Packages with React from NPM - Meteor 1.3

I recently started working with 1.3 and quickly ran into problems with trying to use the react-runtime package from MDG and React components off of NPM, so I wrote these two wrapper packages that act like react and react-runtime, but they actually just load whatever React is installed via NPM in your project.

In order to use it you just need to NPM install react and reactDOM, and then copy the two folders found in the above repo to your packages folder.

1 Like

To be clear, we are currently working to do exactly this with the official react and react-runtime packages in time for 1.3 release!

Okay. This was something I needed to get by right now and I figured Iā€™d share it in case others where in a similar situation.

1 Like