madhancodes.hashnode.devUnveiling Rare and Advanced Concepts in JavaScriptJavaScript, a language that started as a simple scripting tool for web browsers, has evolved into a powerful and versatile programming language. While many developers are familiar with its common features, there are several rare and advanced concepts...Nov 30, 2024·4 min read
madhancodes.hashnode.devSupercharge Your State Management with Redux ToolkitState management is a term every React developer hears sooner or later, and the journey often starts with Redux. But as many have discovered, while Redux is powerful, it also used to be known for its verbosity and complexity. Enter Redux Toolkit (RTK...Oct 26, 2024·5 min read
madhancodes.hashnode.devDemystifying State Management with Redux: A Beginner's GuideState management in React applications can sometimes feel like navigating a maze. As your application grows, passing state between components becomes increasingly complex. Enter Redux – a predictable state container for JavaScript apps that has been ...Nov 5, 2023·3 min read
madhancodes.hashnode.devThe Evolution of State Management in React: From Flux to Hooks and BeyondIntroduction React has revolutionized the way we build web applications. One cornerstone of its design is the concept of state management. This is crucial, as the state determines the behavior and presentation of React components. Over the years, Rea...Nov 4, 2023·4 min read