Example Meteor 1.3 + React + ReactRouter example app

Hi guys, I’m looking for an example that uses:

  • Meteor 1.3
  • React
  • React Router

I’m having a lot of trouble understanding when to create Containers and how subscriptions work in this new architecture. Does anyone know of an example app I can read online? The Meteor guide is not enough for me to understand these concepts. Thanks!

I know if I see a large example app I will grok this instantly.

Check out base by @themeteorchef. He is using react, react router and react komposer. https://github.com/themeteorchef/base

2 Likes

Base is a great resource to view, but are there any example apps that are using createContainer/extend component pattern to inject the subscription data instead of react komposer?

1 Like