Shad MirzaforHashnode Engineeringlazy-dust-nominate-11.hashnode.net·Oct 11, 2022How Do We Sync Reactions Across HashnodeHashnode is a blogging platform with many feeds. We have relevant feed, featured feed, recent feed, bookmark feed, and reading history feed to list some.Whenever an article receives any engagement like reactions, comments, or bookmarks, it must be re...Maxi Contieri⭐⭐⭐ and 4 others are discussing this5 people are discussing thisDiscuss·115 likes·709 readsReact Native
Alexey KarpovforAlexey Karpovalexeykarpov.hashnode.net·Jul 25, 2022FeaturedClean Architecture in FrontendI wanted to share several insights that I found helpful for large-scale front-end applications. I want to talk about ideas that proved reliable in practice. At the same time, I pursue simplicity in my explanations. I also implemented an uncomplicate...Umair Hafeez and 3 others are discussing this4 people are discussing thisDiscuss·78 likes·8.5K readsClean Architecture
Nikki EkeforNikki eke's blogclouds.hashnode.net·Mar 25, 2023Maximizing Your Flutter App's Performance with (Async)NotifierProvider, Freezed & Riverpod Code GeneratorsMaximizing the performance of your Flutter app is crucial for delivering a seamless user experience. As software developers, we constantly seek out tools that can enhance our coding experience while improving the efficiency and quality of our code. T...Nikki Eke and 2 others are discussing this3 people are discussing thisDiscuss·31 likes·306 readsRiverpod
Yashodeep NimbekarforDev Journeyyashodeep.hashnode.net·Apr 25, 2023Understanding State Variables and the useState Hook in React for Dynamic UIsWhile learning React you might come across the terms such as state variables, useState hook and you had no idea about what state variables are in react and how it is used that you have landed on the right place. State management is a crucial part of ...Discuss·1 likehooks
Hoh Shen YienforShen's Developer Diaryshenyien.hashnode.net·Apr 24, 2023Insta-Next: Sweatless React State Management with ZustandAre you still using Redux for your state management? If you're like me, you probably don't like it too. Redux used to be my nightmare while working in React. The states, actions, reducers were scattered everywhere, side effects in places you least e...Discuss·1 likeFullstack Instagram Clone with Next.jsReact
Rahul NaikforRahul Naik rahulnaik.hashnode.net·Apr 24, 2023State management In Flutter ApplicationWith the heading, we all have questions about what is State management in Flutter. In Flutter, state management refers to how an app manages and updates its state, or data, as it flows through the app. There are various approaches to state management...Discuss·2 likes·56 readsFlutter
MiracoolforMiracool's blogmiracool.hashnode.net·Apr 20, 2023A comprehensive guide to piniaPinia is a new state management tool for vue js. It has been widely accepted within the vue js community due to its simplicity, efficiency, scalability, and flexibility. However, a lot of Vue developers still find themselves using Vuex due to limited...Discuss·8 likesVue.js
DipeshforFrontend Conceptualsdssitachi.hashnode.net·Apr 20, 2023Understanding the State in ReactLet us start with the WHY. Why do we need state? When a component is mounted first, it displays data on the screen. And when an interaction causes a change in data, we expect the component should re-render with the updated value. Consider the followi...Discuss·3 likes·104 readsReact
Sanchit BajajforSanchit Bajaj's blogsolitrix02.hashnode.net·Apr 18, 2023Context API vs Redux-ToolkitHello fellow developers 👋, while scrolling through many blogs, articles or documentation you might get around something called state management of an application when you're looking related to react. State Management is a fundamental tool of React a...Discuss·13 likes·33 readscontext API
AaronforASAP_A1asapa1.hashnode.net·Apr 17, 2023Getting started with Finite State Machine using X-state.Introduction State management in a developer's journey can be hell and bliss, and this depends on the library one chose and how well he grasps the logic behind it right? I must say using a state manager never got better when you can visualize your co...Discuss·3 likes·40 readsReact
Fawale QueenforQueen Islamiatqueenislamiat.hashnode.net·Apr 14, 2023From Beginner to Pro: A Deep Dive into the Core Concepts and Principles of ReduxAs a React developer, you probably get by with state management using the useState Hook, which is a very lovely approach but has its limitations especially when it comes to managing the state of a large application. It is for this reason that there a...Discuss·4 likesReact
Jocelyn KnightforB&M Development Services Blogbknight.hashnode.net·Apr 11, 2023Demystifying NgRx EffectsNgRx is a powerful state management library for Angular applications, based on the principles of Redux. It provides a predictable state container, making it easier to manage and track application state changes. One of the core concepts of NgRx is Eff...DiscussAngular
Smart ShockforSmartShocksmartshock.hashnode.net·Apr 6, 2023Working with React Hooks: A Practical Exercise for BeginnersReact Hooks are a powerful tool in the React developer's arsenal that can help improve the readability and maintainability of your code. Hooks allow you to reuse stateful logic across your components, which reduces code duplication and makes your cod...Discuss·1 like·44 reads25 React Exercises for Practical LearningState Management