javascript - React JS React Router Get Request Value -
i have url in react js site.i use react routes library routing.
http://localhost:17086/home/index#/userlist?s=1515&showage=true
how can read s , showage properties,and have grid , filter,sort data on it.is way use tag , use request bind grid.
you can route params in props.
this.props.routeparams.
Comments
Post a Comment