Web development
What is a UI component explorer and do you need one in your React project?
if($show_excerpt):?>Let’s say you’re tasked with implementing a “user details” screen based on a specific design. You inspect it and learn that it consists of a circular user avatar with [...]
endif;?>- Jan, 2020
- 5 min
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