Matt
Matt

Reputation: 2863

Using SammyJS with requireJS to route Modules

Im just wondering if anyone has setup SammyJS with requireJS to route creation of modules depending on the provided hash address?

Is it possible? Advice?

Thanks

Upvotes: 4

Views: 791

Answers (1)

himeshi
himeshi

Reputation: 485

In BoilerplateJS we have used crossroads.js to implement creation of modules depending on the provided hash address. This is the router which we use to implement that.

I believe sammyJS can be used in a similar manner.

Upvotes: 1

Related Questions