DLDev lawrenceindevlawrence.hashnode.dev路Feb 22, 2024 路 7 min readContext 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...00
DLDev lawrenceindevlawrence.hashnode.dev路Feb 15, 2024 路 3 min readGitHub 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...00
DLDev lawrenceindevlawrence.hashnode.dev路Feb 8, 2024 路 4 min readReact 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...00
DLDev lawrenceindevlawrence.hashnode.dev路Feb 1, 2024 路 4 min readReact 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...00
DLDev lawrenceindevlawrence.hashnode.dev路Jan 25, 2024 路 5 min readProps 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?...00