meteor-react-boilerplate
A starter project for React & Meteor
This repo aims to get you up and running with with React with little effort. It has sane defaults that most apps will use (router, accounts).
Most of the content is in the 'imports' folder so that we can so serverside rendering more easily. Here's the rundown on what's included.
For an in-depth example of how to use Meteor with React see React-ive Meteor. For flux support see the Flux Leaderboard example app.
APIs & Packages
- Session
- Logging
- Reload
- Random
- EJSON
- Spacebars
- Check
- Accounts Password
- Accounts UI (with React wrapper)
- gadicc:blaze-react-component
NPM
- React
- React DOM
- React Router
- Classnames
- History
Components
- Header
- LoginButtons
Models
- User
- (See a more complex example)
Pages/Routes
- Home, About
- Not Found
- Main Layout