LoginSignup
0
2

More than 5 years have passed since last update.

React.js の submit でページを更新しない方法

Posted at

preventDefaultを使う


return e.preventDefault()

実装

handleClick(e) {

return e.preventDefault();

}

参考

input type=submit でページを更新"しない"方法。

React.js の submit でページを更新しない方法

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2