#javascript
Read more stories on Hashnode
Articles with this tag
What is infinite scrolling? It is when more items keep loading as we scroll. Below is a GIF for visual representation. View this GIF in...
In React, the state is immutable. In simple terms it means that you should not modify it directly. Instead a new object should be created to set the...