#javascript
Read more stories on Hashnode
Articles with this tag
Introduction The useMemo is a hook in React that allows you to optimize the performance of your component by caching/memoizing/storing the results of...
Understanding how variables works for the front end: When we edit a variable in js, it doesn't reflect on the html document or in the frontend because...