From 037fdf82d02532d59e08ec40c85d7a813d91524a Mon Sep 17 00:00:00 2001 From: sw-yx Date: Mon, 9 Oct 2017 22:11:11 -0400 Subject: [PATCH] modified handling-events page --- content/docs/handling-events.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/content/docs/handling-events.md b/content/docs/handling-events.md index 38b985ee7..5a64a395d 100644 --- a/content/docs/handling-events.md +++ b/content/docs/handling-events.md @@ -145,11 +145,5 @@ The problem with this syntax is that a different callback is created each time t Inside a loop it is common to want to pass a param to an event handler. For example if `i` is the row id: ```js - -``` - -or alternatively (especially if you want to avoid triggering a re-render in a child component): - -```js - -``` + +``` \ No newline at end of file