Meteor Package for Route Parameter Management


Summary of my bookmarked Github repositories from Jan 17th, 2015

Github repositories

  • lfades/cottz-iron-query

    cottz-iron-query is a simple package for Meteor that allows adding and retrieving parameters in the route. It functions similarly to a session but stores values in the route. The package provides methods like Iron.query.set() to add or change values, Iron.query.get() to retrieve a specific value or return all query keys, and Iron.query.getNonreactive() for non-reactive retrieval. UI helpers like {{ ironQuery key }} and {{ ironQueryReactive key }} are available to retrieve values in templates. Other utilities include Iron.query.wait() to modify values without redirecting and Iron.query.go() to redirect with the current keys object. Integration with Iron Router and FastRender is supported as well.