Still under development, but now http://www.meteorkitchen.com can generate (very simple) Meteor + React + FlowRouter application (for example, try to build example-minimal or example-accounts application).
@awatson1978 Meteor Kitchen is using the same input file format, no matter are you building Meteor+Blaze or Meteor+React. It’s 100% backward compatible.
But, Meteor+React is not fully implemented yet. So, currently you can build only “example-minimal” and “example-accounts” (from the same .json input file - you choose Blaze or React with command line switch).
After “React” part of meteor-kitchen will be fully implemented, you’ll be able to build any application for which you have kitchen input file as Meteor+React (and Meteor+Blaze too - as you wish).
So… answer to your question is: Yes, but not yet (unless your application is very simple).
For people who are using custom kitchen components in their apps (providing their custom “html” and “js” code), they will need to add “jsx” code too in order to properly buid React app.
One more thing… In last update, I added compatibility table (little bit hidden, at the end of http://www.meteorkitchen.com/examples page), as I am rewriting more components from React to Blaze, compatibility will grow up. So, there you can track my progress. After all examples can be built both with Blaze and React, that will mean that any application can be built too.