Contoh penggunaan event di react.
function App() {
const onClickAction = () => {
console.log('clicked')
}
return(
<div>
<button onClick={onClickAction}>click me</button>
</div>
)
}
Contoh penggunaan event di react.
function App() {
const onClickAction = () => {
console.log('clicked')
}
return(
<div>
<button onClick={onClickAction}>click me</button>
</div>
)
}
For further actions, you may consider blocking this person and/or reporting abuse
Bregwin Jogi -
Cathtine Zh -
Matek -
Muhammad Bilal -
Top comments (0)