With React Router and Meteor, it's very easy to create applications that have
views that require an authenticated user. Meteor has helpful methods built in to
check if the user is authenticated and the lifecycle of React components will
help us manage what should be rendered. These two
Since my original post on using Meteor, React, and React Router, many things
have changed in the past few months. Meteor 1.2
[http://info.meteor.com/blog/announcing-meteor-1.2] has been released and React
is officially supported along with some other niceties for Meteor. Additionally,
React Router [https://github.
React.js [http://facebook.github.io/react/] and Meteor.js [http://meteor.com]
are great technologies for creating apps for the modern web. A recently
announced feature with Meteor 1.2 is official React support. This means
developers can now use React for handling client views without even needing to