https://github.com/addinall/react
Thanks mate. I am working from a few tutorials and all are using different patterns to do a simple todo list. What I want isn't mush harder just for the start of my
experiments with this. I want a map and a list on the same page, put using two components. The map should do stuff then a member of a list is chosen!
Just getting something on the screen would be a big start! I liftef the list part from a todo tutorial which WAS working stand alone.
Since I buggered it, the development tools just show empty object.
I'll take any advice! The stuff that comes with the tutorials is not all that clear on how to build. Thank you! This is only me experimenting at the moment. I decided it was time for a new toolset and drop PHP and Perl after a long time! I will just go look at your link now.
What I am trying to do as proof of concept, if I have "Mark's phone" as an asset, and click on it to make it live, I'd like to see where I am on a map! I have done it in jQuery with the old API and begging data from PHP/mySQL. I thought I would do something newer!
userId
, a range of dates, and other criteria. Is it possible to do all this within one template?
Hey @StephenMayeux
yes, you'll need to write some publications and subscribe to them and methods to write to the db (the guide can help you with that https://guide.meteor.com/)
Sure that's possible, just query (and publish) for the userId that you wish to view
if (Meteor.isClient) {
Meteor.startup(function() {
GoogleMaps.load({
key: 'A*************************g'
});
});
}
or look at this fiddle https://jsfiddle.net/9dgL1t8t/