TrackerReact Implementation Example
"No-Config reactive React Components with Meteor"
An implementation example of React with Meteor 1.3
- clone/fork/download
npm install
meteor
Read the source file & comments: client/main.jsx
Note: The source code is thoroughly annotated to showcase the benefit of TrackerReact. Please go through the code to identify implementation patterns and - in case of mistakes or areas of improvement - provide your feedback.
Repo: https://github.com/ultimatejs/tracker-react
Meteor Package
meteor add ultimatejs:tracker-react
MIT