Skip to content

Instantly share code, notes, and snippets.

@prateekbh
Created September 30, 2016 09:30
Show Gist options
  • Save prateekbh/f951f9e281d9f21834a54cf21ee1b1be to your computer and use it in GitHub Desktop.
Save prateekbh/f951f9e281d9f21834a54cf21ee1b1be to your computer and use it in GitHub Desktop.
var riot = require("riot");
require("./tags/*.tag");
console.log(riot.render('app-router'),{location:req.url});
/*
* location: param passed to router to select which route to render
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment