JGJerry Gathuinjerryg.hashnode.dev·Dec 24, 2022 · 5 min readDockerizing a MERN appIntroduction This article is the first part of my series discussing DevOps In the MERN stack. We will discuss containerizing a MERN app to auto-deployment. In this article, we will cover what dockerizing means and how to dockerize a MERN app. But fir...00
JGJerry Gathuinjerryg.hashnode.dev·Sep 5, 2022 · 2 min readHow to forward refs in React.A ref in react is defined as any value used to reference a React component or DOM element. Usually, you'll find yourself using props to pass data from parent to children where the data can be modified on every re-render. However, there are cases you'...00