larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 38 forks source link

Passing parameter as part of a link #55

Closed adcoolguy closed 8 years ago

adcoolguy commented 8 years ago

We used to have an a tag like fusrcreate.html?id=0, how would we pass the id as part of a link?

Thanks!

larrymyers commented 8 years ago

Just construct the url dynamically when you render the component.