visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Could you please give me more information about the description? #466

Open weiguolongnovelbio opened 6 years ago

weiguolongnovelbio commented 6 years ago

` page([options])

click bind to click events [true]

popstate bind to popstate [true]

dispatch perform initial dispatch [true]

hashbang add #! before urls [false]

decodeURLComponents remove URL encoding from path components (query string, pathname, hash) `

Now I would like to use the page, and would like to chang the page but do not notify a callpack. I think it should be controlled by the option dispatch, and but failed , how to figure it ?