rsnext/examples/with-next-routes/pages/about.js
fridays 7c8cd4bc69 Example with next-routes (#1290)
* Example with next-routes

* optimize description

* rename to with-next-routes
2017-03-01 09:42:47 -08:00

1 line
65 B
JavaScript

export default props => <h1>About foo {props.url.query.foo}</h1>