Here's the recent articles submitted by ashika varghese
Articles By ashika varghese
React Context: How To Use The Usecontext Hook
Submitted as: elza
The data flow in react is down the hierarchy i.e. the data flow from parent component to child component and further down. If the component is deep down in the hierarchy from the root component then the data is passed through all the middle components first and then it will be accessible to the component that is deep down the hierarchy.(read
entire article)
View : 254 Times
Category : Computer Programming