Create a new react project with meteor create --react #10149
Conversation
Meteor is long overdue for an easy way to create React apps, and this is a solid starting point. Thanks for taking the time to put this together, @dmihal! I have merged this commit, with some adjustments, into #9942, and it will become available in the next release candidate of Meteor 1.7.1 (aka 1.8: #9942 (comment)). At the moment, the implementation of the various |
I've added a skeleton for a Meteor React project that can be created with
meteor create --react
.I aimed to replicate the application created by default (
meteor create
) in React. However I've taken a bit of inspiration fromskel-full
and stored the list of links in a collection so thatwithTracker
fromreact-meteor-data
can be demonstrated.See discussion in meteor/meteor-feature-requests#182