xxxxxxxxxx
<Route name="ideas" path="/:testvalue" handler={CreateIdeaView} />
xxxxxxxxxx
<Link to="ideas" params={{ testvalue: "hello" }}>Create Idea</Link>
xxxxxxxxxx
<Link to={{
pathname: '/tylermcginnis',
state: {
fromNotifications: true
}
}}>Tyler McGinnis</Link>