Blaze-Apollo, a first draft
The Goal. There are a few things that the Blaze-Apollo integration should focus on. That is developer experience and familiarity for Blaze developers who have worked »
The Goal. There are a few things that the Blaze-Apollo integration should focus on. That is developer experience and familiarity for Blaze developers who have worked »
TLDR Meteor supports FlowType via the ecmascript package, but requires some setup to support import statements for Meteor packages and so called class properties. By adding »
TLDR Combine ES6 classes with (Meteor's) React mixins using react-mixin or by using class inheritance. Setup The code examples use Meteor 1.3 (beta) with React »