React.js Lifecycle Methods
React.js uses a declarative approach of programming. In other words, the developer only needs to declare the changes as per different states of the application.
For this, React uses the Virtual DOM. The actual visual changes are performed using some...
letsdiscusstech.hashnode.dev4 min read