Published onMarch 19, 2022Passing Props to a ComponentreactpropsSimple guide on how props are used to display and pass information to a component.
Published onMarch 19, 2022State in ReactreactstateUnderstanding what is state, passing state as props, and destructuring state.
Published onMarch 18, 2022Understanding 'this' in JavaScriptreactthis"this" has always been confusing for many JavaScript developers, but this post will hopefully shed some light on it.
Published onMarch 17, 2022Classes in JavaScriptClassesthis-hoistingGeneral overview of classes in JavaScript.
Published onMarch 17, 2022React Context APIreactcontextreduxInstead of "prop drilling" to pass around data, we can use react context API to pass around data