
When should I use curly braces { } and parenthesis ( ) in React?
In the beginning of your career when learning React and ES6 JavaScript syntax, it can be confusing when to use curly braces { } and when to use parenthesis ( )

In the beginning of your career when learning React and ES6 JavaScript syntax, it can be confusing when to use curly braces { } and when to use parenthesis ( )
What you should do instead.
Passing refs to a child component
Learn about the hidden risks and how we can benefit from understanding them.
Detailed View on Different ways to Store Data in React Native Ecosystem
A very simple way to send messages on WhatsApp web in React.
Infinite Scrolling — Infinite scrolling is a concept used by many sites to enhance user experience and performance. In infinite scrolling, the sites load with some data and as the user keeps on scrolling, more and more data gets loaded. This concept saves time since data is loaded in parts and enhance performance as all the components need not be rendered all at once.