Understanding React's UI Rendering Process (understanding virtual dom in depth)
Before getting started let's discuss this basic question.
What does react do?
React allows you to write maintainable and performant code by using the concept of components. Components allow you to focus on describing the UI you want. rather than foc...
blogs.tiwaripratik.com5 min read
Anand Baraik
Novice in everything, student for life!
A good read.