Top "Backbone-routing" questions

Backbone.

navigate route with querystring

Will Backbone.Router.navigate set test to true: var test = false; var Router = Backbone.Router.extend({ routes: { 'posts': 'showPosts' }, showPosts: …

backbone.js backbone-routing
Invariant Violation: Target container is not a DOM element, when element is in the DOM

So I have a react app using the Backbone router, yet when I try to navigate on DOMContentLoaded, I get: …

javascript reactjs backbone-routing reactjs-flux
Error: a url property or function must be specified

These are my initial days of working on BackBone.js. I am actually stuck with the router part as i …

backbone.js underscore.js backbone-routing backbone-model
How to trigger the Backbone.Router events in Backbone.js?

Router in Backbone.js is responsible for routing client-side pages, and connecting them to actions and events based on urls. …

backbone.js url-routing backbone-routing
Why is it considered bad practice to call trigger: true in the navigate function of backbone.js?

I have read in several places that calling the Backbone.history.navigate function is considered bad practice. For example Addy …

backbone.js backbone-routing
Get previous router/url in backbone application

I have a backbone application and i would require to know the router from which the current route is accessed. …

javascript backbone.js backbone-routing