devlawrence.hashnode.devContext Api - UseContext()Introduction Hey guys, In our previous article in the React series, we learned about how useEffect works and we also talked about some of it鈥檚 use cases. In this article, we鈥檒l be talking about the React Context Api. Let鈥檚 dive right in 馃槈 What is Co...Feb 22, 2024路7 min read
devlawrence.hashnode.devGitHub Basics: Forking vs. Cloning ExplainedIntroduction There are two fundamental concepts that are really important in version control which are forking and cloning repositories. These concepts are essential for developers working on individual projects, open-source projects or even team col...Feb 15, 2024路3 min read
devlawrence.hashnode.devReact Hooks - UseEffectIntroduction Hey guys, In our last article, we learnt about state(specifically useState) and also build a mini project. In this article, we鈥檒l be talking about React hooks and talking more about the useEffect hook. Let鈥檚 dive right in 馃槈 What is useE...Feb 8, 2024路4 min read
devlawrence.hashnode.devReact Hooks - UseStateIntroduction Hey guys, In our last article, we learned about props and did a mini-project. In this article, we鈥檒l be talking about the concept of state as well as building a little project. Let鈥檚 dive right in 馃槈 What is state? In React, state basica...Feb 1, 2024路4 min read
devlawrence.hashnode.devProps with live ProjectIntroduction Hey guys, In our previous article, we learned about JSX and components and a little bit of props. In this article, we鈥檒l do a deep dive into props and build a mini project at the end of the article. Let鈥檚 dive right in 馃槈 What are Props?...Jan 25, 2024路5 min read