react

v0.14.3-2-beta.16Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Meteor ♥ React

Using Meteor and React together is awesome. You get Meteor's ease of use, data loading and full-stack reactivity, and React's component-style UI.

This is a meta-package that gives you everything you need to use React in your Meteor app. This includes:

  1. react-runtime, the actual React library that renders view components
  2. jsx, a build plugin that compiles .jsx files into plain JavaScript,

including support for many ES6 features 3. react-meteor-data, a mixin that makes it easy to use reactive Meteor data in your React components

Check out the React in Meteor guide to learn how to use Meteor and React together to build awesome apps.