ways icon indicating copy to clipboard operation
ways copied to clipboard

Fluid router specially designed for complex page transitions and granular UI animations

Results 4 ways issues
Sort by recently updated
recently updated
newest added

Hey Anderson! Meant to fix a situation where the website is hosted under a sub-directory for example: http://www.domain.com/website.

It'd be useful to have a `basepath` property for handling the cases where the site/app is not under the root dir "/", but instead a subfolder of any level.

feature
pullrequest-welcome

How can i retrieve the state associated with a request? For instance: ``` ways = require( "ways" ) ways( "/save", function( req ) { console.log( "How to retrieve the state...

feature
pullrequest-welcome

Could we have a "referer" property on the request object so we could take decisions based on the previously rendered page? Maybe this is somehow available somehow ?

feature
pullrequest-welcome