i am beginner in reactjs,and trying to understand concept like what and how the parent and child renders in reactjs
from research i found that react renders the child first and then parent,but i could not able to get the valid answer how and why? and what happen if child fails to render,i guess in react 16 there is a lifecycle called componentDidCatch that handles if child fails to render,so what was there before react 16 and how we handle those scenario
please help me