David Burles
David Burles
I've also pondered the idea for validating arguments through an argument resolver, I'd suggest some amendments: 1. Argument resolvers should receive all arguments (instead of just their own values), to...
This example app might help https://github.com/dburles/flow-router-react-example
https://github.com/dburles/meteor-google-maps#load
Check the meteor google maps package documentation
I have considered that and there's a discussion [going on here](https://github.com/meteor/meteor/issues/6974) about something similar (as part of Meteor itself), but this was the path of least friction.
Maybe worth taking a look at how https://github.com/facebookincubator/create-react-app works
Might be able to make use of https://github.com/dburles/modulepreload-link-relations. It uses `es-module-lexer` as its only dependency. I'm working on a branch at the moment that adds import map support.
Sorry I somehow missed this issue. You might need to add the templating package. `meteor add templating`
Just had a bit of a look into things, seems everything has changed a bit since Blaze became standalone. I'm not too sure how we can register a template helper...