Okoye Ndidiamakaamikdigital.hashnode.dev·Nov 12, 2024Mastering State Management in React: Choosing the Right Tool for Your ProjectState management is among the major concerns that arise during application development with React when your application grows in size and complexity. Among the state management tools, you may have probably heard of are Redux, Context API, and emergin...DiscussState Management
EthanforWhat The Heckwth.hashnode.dev·Nov 11, 2024Project in ZustandExpense Tracker We will be making an expense tracker project , to get a stronghold on Zustand.Project includes , description of expense , amount , add button , and list view of total expenses and total expense done. Initialize the Project. initializ...DiscussLearn Zustandzustand
EthanforWhat The Heckwth.hashnode.dev·Nov 10, 2024WTH is ZUSTANDIntroduction If you’re a developer , or listen to convos. of devs. you will find them crib about the state management. What is state management ?? Well, just say passing down of values from one compenent to another ( child or sibling ), and managing ...DiscussLearn Zustandzustand
kietHThashnext.hashnode.dev·Oct 31, 2024Zustand 🔥🔥🔥 Great!!!With Zustand! It’s a lightweight state management library for React that is easy to use and quite performant. Here’s an overview: What is Zustand? Zustand is a small, fast, and scalable state management solution for React applications. It’s designed ...DiscussReact
Sasika Chandilasasika.hashnode.dev·Oct 29, 2024A Comprehensive Guide to React State ManagementWhat is State in React? In React, "state" refers to the data that a component manages and renders. A component’s state can hold any data related to the UI, such as form input values, user preferences, or API responses. React manages state as an objec...Discuss·2 likesReactContext
Abeer Abdul Ahadabeer.hashnode.dev·Oct 2, 2024The Simplest Zustand TutorialZustand is a small, fast, and scalable state-management library for React, which serves as an alternative to more complex solutions like Redux. The main reason Zustand gained so much traction is its small size and simple syntax compared to Redux. Und...Discuss·35 readsReactzustand
Debajit Mallickdebajit13.hashnode.dev·Oct 2, 2024Decoding Zustand: Simplifying State in ReactIntroduction If you are a React Developer, you are already familiar with the topic state management. In the State Management world, Redux is quite popular. But, sometimes, Redux is frustrating because of its lengthy boilerplate code. In places like t...DiscussDeep Dive Into ReactState Management
Think Throothinkthroo.hashnode.dev·Sep 24, 2024`.git-blame-ignore-revs` to ignore bulk formatting changes..git-blame-ignore-revs is a Git feature introduced in version 2.23 that allows you to ignore specific commits in git blame results. This is particularly useful for bulk commits that change a large number of lines without altering the actual functiona...DiscussGit Blame Ignore Revs
Think Throothinkthroo.hashnode.dev·Sep 23, 2024Stop saying “you forgot to …” in code reviewIn this article, we analyse a file named dangerfile.js in React source code. The above screenshot is from React source code. What is Danger.js? Danger runs during your CI process, and gives your team the chance to automate common code review chores ...DiscussJavaScript
Think Throothinkthroo.hashnode.dev·Sep 20, 2024Add a test case when your open-source project’s issue is fixed.Building a stable project is hard and time consuming. When you open source that project, reliability and stability is important because you need to establish that trust and authority. As your open source project evolves and new features are introduce...DiscussJavaScript