Hey all,
Recently released a new Meteor.js smart-package that provides a pattern for defining and triggering in-app back button behaviour.
Why?
Well, when you have an in-app back button, sometimes it’s difficult to determine where to send a user when they click it. This is further complicated by the fact that often our apps are highly modular, and a template containing a back button may be included in many different contexts where the desired ‘back behaviour’ is different. This package provides a solution.
Read on: https://github.com/chriswessels/meteor-back-behaviour
Atmosphere: https://atmospherejs.com/chriswessels/back-behaviour
Chris