Hamza Ali
Hat52

Hat52

Follow
Follow
homebadges
Tag

hooks

#hooks

More content

Read more stories on Hashnode


Articles with this tag

Detecting clicks outside an HTML element using the custom React Hook

Feb 11, 20234 min read75 views

Implementing a Custom Hook to Detect Outside Clicks ยท In February 2019 React introduced Hooks. Which empowered the Functional components to have the same...

Detecting clicks outside an HTML element using the custom React Hook

useMemo Hook React.js

Aug 8, 20224 min read127 views

Performance is an important aspect in programming, especially in large scale application. The useMemo hook is one tool that can be used to improve the...

useMemo Hook React.js