diff --git a/content/community/conferences.md b/content/community/conferences.md index 31cb6aa6d..52f890cda 100644 --- a/content/community/conferences.md +++ b/content/community/conferences.md @@ -22,6 +22,7 @@ October 7-8, 2021. In-person in Amsterdam, Netherlands + remote (hybrid event) [Website](https://www.reactlive.nl/) - [Twitter](https://twitter.com/reactlivenl) - [LinkedIn](https://www.linkedin.com/company/frontendlove/) + ### React Brussels 2021 {#react-brussels-2021} October 15, 2021 - remote event diff --git a/content/docs/handling-events.md b/content/docs/handling-events.md index 9ad78ddf8..c0e4caf8b 100644 --- a/content/docs/handling-events.md +++ b/content/docs/handling-events.md @@ -30,6 +30,7 @@ sẽ có đôi chút khác biệt trong React: ``` Một điểm khác biệt nữa trong React là bạn không thể trả về `false` để chặn những hành vi mặc định mà phải gọi `preventDefault` trực tiếp. Lấy ví dụ với đoạn HTML sau, để chặn hành vi mặc định của đường dẫn là mở trang mới, bạn có thể viết: + ```html