Web development
How to avoid prop-drilling in React without using Redux (Part 2)
if($show_excerpt):?>In the first part of my blog post series about the methods of avoiding prop-drilling in React, I showed that prop-drilling is generally beneficial and you may usually want [...]
endif;?>- Nov, 2018
- 5 min
Web development
How to avoid prop-drilling in React without using Redux (Part 1)
if($show_excerpt):?>Using Redux to manage your application state means that you’ll be dealing with a number of consequences – some of them beneficial and some detrimental when it comes to [...]
endif;?>- Nov, 2018
- 5 min