elijahlofgren / spacepay

Web app for membership payments using Meteor.js (planning to use for local coworking spaces). In development. Based on https://themeteorchef.com/recipes/building-a-saas-with-meteor-stripe-part-1/
1 stars 0 forks source link

Migrate to using React + webpack so can use ES6 JS Modules #1

Closed elijahlofgren closed 8 years ago

elijahlofgren commented 9 years ago

I prefer the clear dependencies and non use of globals that modules bring.

elijahlofgren commented 9 years ago

Probably go to webpack since ES6 modules in core meteor don't support import: https://github.com/ramsaylanier/ReRuled-React

elijahlofgren commented 9 years ago

Work is going on in webpack branch: https://github.com/elijahlofgren/spacepay/tree/webpack Starting from https://github.com/thereactivestack/kickstart-hugeapp

elijahlofgren commented 8 years ago

Lets stay with blaze for now since tutorial is in blaze