#frontend
Read more stories on Hashnode
Articles with this tag
While designing web applications, we need to optimize for certain scenarios, where we don't want to call a function repeatedly multiple times. An...
We all have heard that using index as key in a react list is an anti-pattern and should be avoided.The answer to this lies in the concepts of: ...