kodakodama.hashnode.devEasy Guide to Hoisting in JavaScriptIntroduction JavaScript has some strange things that can confuse people, and hoisting is one of them. Hoisting means you can use variables and functions before you declare them in your code. But how does this work, and what should you watch out for? ...Sep 5, 2024·4 min read
kodakodama.hashnode.devA Beginner to Advanced Guide to React's useEffect HookReact’s useEffect hook is one of the most powerful tools for managing side effects in your functional components. Whether you’re a beginner looking to understand the basics or an experienced developer seeking to deepen your knowledge, this guide will...Aug 22, 2024·4 min read
kodakodama.hashnode.dev6 Beginner Projects to Master React's useState HookIntroduction When you’re learning React, one of the first things you’ll come across is the useState hook. It’s super important for managing state in your components, and getting the hang of it will really boost your React skills. But instead of just ...Aug 12, 2024·9 min read