ZWZachary Wagnerinbytesizedcoding.com·Dec 8, 2020 · 4 min readInstall NPM Package from a Git RepoDid you know you can npm install from a Git Repository? I didn't. I started out as a backend Java engineer before transitioning to full-stack as my role with my company at the time grew. Today, I am heavily front-end leaning. Actually, I work almost...00
ZWZachary Wagnerinbytesizedcoding.com·Dec 4, 2020 · 4 min readReact Higher-Order Component Using RefsA higher-order component (HOC) is an advanced technique in React for reusing component logic. Basically, a higher-order component is a function that takes a component and returns a new component. I like to consider myself pretty comfortable with HOC...00