<Button onClick={() => history.push({ pathname: '/page1', state: { aaa: "ここやで" }})}>
const { location } = useReactRouter();
{location.state.aaa}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
<Button onClick={() => history.push({ pathname: '/page1', state: { aaa: "ここやで" }})}>
const { location } = useReactRouter();
{location.state.aaa}
Register as a new user and use Qiita more conveniently
Go to list of users who liked