eddywindevowlType-checking Redux State with propTypes (without React)React allows you to implement runtime Type-checking of props using propTypes. What you may not know is that because the propTypes library…Feb 5, 2018Feb 5, 2018
eddywindevowlSuck less at React: Map ComponentsToday, while reviewing a Project, I found something horrible in a common practice and a pretty solution.Nov 11, 20171Nov 11, 20171
eddywSuck Less at React: Understanding refsRefs let us access the instance of a child. As stated in the React docs, the child can be an instance of either a React Component or a DOM…Nov 1, 2017Nov 1, 2017
eddywSuck Less at React (utilities #1): Switch ComponentsIf you have used React-Router, you probably have seen this kind of code:Oct 29, 2017Oct 29, 2017