onClick handling
Unanswered
Yellowfin tuna posted this in #help-forum
Yellowfin tunaOP
i'm started learn nextjs after get advanced of react,
the problem 's when i'm use onClick Attr
it don't work
the problem 's when i'm use onClick Attr
it don't work
4 Replies
handleOnBannerBtnClick not handleOnBannerBtnClick()@Yellowfin tuna
if you add
as opposed to passing the function as variable that they will run later
(), then you will instantly trigger the function.as opposed to passing the function as variable that they will run later
fyi this is javascript related