Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

react event function

import { useEvent } from 'react';
  // ....
  const onConnected = useEvent(() => {
    showNotification('Connected!', theme);
  });
  // ...
Source by beta.reactjs.org #
 
PREVIOUS NEXT
Tagged: #react #event #function
ADD COMMENT
Topic
Name
6+3 =