Top "Meteor" questions

Meteor is a modular platform for developing web and mobile applications in JavaScript based on the NodeJS platform.

Understanding Meteor Publish / Subscribe

I've got a simple app set up that shows a list of Projects. I've removed the autopublish package so that …

javascript mongodb meteor publish-subscribe
How to style Meteor.js loginButtons?

The docs specify to use the template {{> loginButtons}} to implement the default login buttons. What is the best way …

meteor
How do I create multi-page applications with Meteor?

I am new to Javascript and just started fiddling around with Meteor out of curiosity. What really surprises me, is …

javascript url-routing meteor
What should I put in a meteor .gitignore file?

I have a new meteor project. I'm guessing the .meteor dir has a combination of configuration files (needed) and temporary …

git meteor gitignore
Redirect after Login using Meteor and Iron Router

I'm using the built in loginButtons options with Meteor and I would like to redirect after a user logs in. …

meteor iron-router
How do I delete or remove Session variables?

Meteor has a Session that provides a global object on the client that you can use to store an arbitrary …

meteor
React find DOM node by refs set to variable?

I am dynamically creating multiple text inputs (with dynamically created refs) along side the text that I want updated with …

javascript meteor reactjs meteor-react
meteor: how can I backup my mongo database

How can I make a backup of my meteor mongo database? If I run: meteor mongo the mongodump command does …

mongodb import backup meteor dump
Why would I need Angular if I use Meteor?

Angular is really useful for building single page applications. It is basically built on the current paradigm where we make …

javascript angularjs meteor
The context of "this" in Meteor template event handlers (using Handlebars for templating)

A quick question on the context of the event handlers for templates in Meteor (with Handlebars). In the section of …

javascript meteor handlebars.js