Juwon oladele walk.hashnode.dev·16 hours agoHow to implement zustand in your Next.js app.Introduction I have always been overwhelmed by the boilerplate of most state management libraries, like the redux toolkit. This article introduces how to use this simple yet powerful package that reduces boilerplate code and manages the state in your...Discuss·12 likesNext.js
Nandani Paliwalblog.nandanipaliwal.co·7 hours agoUtilizing Context API in React for State ManagementIntroduction As a seasoned software developer with extensive experience in React, I understand the importance of effective state management. React's Context API is a powerful tool that allows us to handle state in a more organized and efficient manne...DiscussuseContext
Team Optimizersteamoptimizers.hashnode.dev·a day agoHow Terraform state lock works?Hola!! 🙋🏻♂️ 𝗧𝗼𝗽𝗶𝗰 — State Lock Mechanism ⚙️𝗦𝗲𝗿𝗶𝗲𝘀 — “Do you know” 💡 Here we will not discuss the setup of state management in terraform. There are quite a few amazing blogs out there on this topic and here is a comprehensive one 👇 htt...DiscussDo you know?Terraform
Nandani Paliwalblog.nandanipaliwal.co·Sep 26, 2023How to Manage State in a React AppIntroduction As a software developer with extensive experience in React, I understand the pivotal role state management plays in building robust and efficient applications. In this blog, we'll dive deep into state management in React, exploring best ...Discuss·1 likeState Management
Igweze Hycientdevmechanic.hashnode.dev·Sep 25, 2023Beta way to manage states in react and react native using zustand 😉I believe we can both agree that redux has too much boilerplate. To create something as simple as a counter, you would have to Create actions Create a reducer Set up the store Connect the store to your component Dispatch actions from your compon...Discuss·1 likeReact
Agozie Okechukwubxcode.hashnode.dev·Sep 20, 2023State Management in ReactIntroduction: State management is a fundamental aspect of building robust and interactive web applications. In React, understanding how to effectively manage state is crucial for creating dynamic user interfaces and maintaining application data. In t...Discuss·2 likesReact
Raman Tankraman04.hashnode.dev·Sep 19, 2023An Introduction to Flutter State ManagementAs a Flutter developer, you're probably well aware of the platform's power and flexibility in building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. It's a fantastic framework that empowers developers ...DiscussHashnode
kiran lavhalekiranlavhale.hashnode.dev·Sep 18, 2023Getting Started with React State ManagementAre you new to web development and wondering what "state management" means in the world of React? Don't worry; we'll break it down in simple terms, making it easy for you to understand. So, let's get started. What is State Management? At its heart, s...Discuss·10 likes·30 readsWeb Development
nishchal singhnishchal.hashnode.dev·Sep 17, 2023Overview of ReactJsWhenever the development community talks about modern web development stacks, the word "ReactJS" is often mentioned. It's one of the widely used tech stacks for web development, In this article, we'll take an overview of ReactJS. What is ReactJs? Rea...Discuss·36 readsReact
Ghalebblog.ghaleb.dev·May 31, 2023You Don't Need ReduxIt is relatively easy for an app to outgrow reliance on props for sharing state between components. Before the days of the Context API and hooks, centralized state management solutions (mainly Redux) were the go-to tools to efficiently read and updat...Discuss·26 readsReact