next-redirect
v1.0.1
Published
Redirect for [next.js](https://github.com/zeit/next.js). Works on both the client and server
Downloads
222
Readme
Redirect
Redirect for next.js. Works on both the client and server
Usage
static async getInitialProps (ctx) {
const [ err, course ] = await poss(loadCourse(ctx.query.course))
if (err) return redirect(ctx, '/')
return course
}
Installation
npm install next-redirect
License
MIT