preactjs / preact-router

:earth_americas: URL router for Preact.
http://npm.im/preact-router
MIT License
1.01k stars 156 forks source link

Add support for History API: state #448

Closed emirsavran closed 1 year ago

emirsavran commented 1 year ago

Hi,

This PR adds support for History API State.

Passed state can be read with window.history.state. It's useful to pass data between pages without needing a global state.