Practice React Basics The last section of Module 11 is all about practicing React basics. Things I looked at: Lazy state initialization: It's when you pass on a function as the initial value of the state. The function only runs once. split('\n')[0] to get the first line from a string. Study K8s and Cloud Native …
Read MoreReact Basics Yesterday I went through the props concept in React. It's passing data to a component to enable dynamic websites and code reusability. It includes passing an aobject and a non-string prop, destructuring, and spreading. I also studied mapping an array to a group of components. Kubernetes I started …
Read More