Divine Orjidpkreativ.hashnode.dev·8 hours agoReact useReducer Hook: The Ultimate GuideState management means keeping track of how our data changes over time. In React, we can manage state with hooks or using an external state management library like Redux. In this article, we will explore a hook called useReducer and learn about its c...17 likesTutorialsReact
Alfredo Perezalfredo-perez.dev·Feb 13, 2025Skip Angular ResourceI understand. You're building an Angular app and have heard about the new Resource API. Maybe you're considering using it, or you already are. Here's the thing: while Angular Resource and TanStack Query weren't designed to do exactly the same things,...Angular
syncfusionsyncfusion-blogs.hashnode.dev·Feb 11, 2025Save and Load Reports Efficiently in React Pivot Table Using ReduxTL;DR: The React Pivot Table is a high-performance component for advanced data analysis, enabling robust data interaction. Integrating Redux with React Pivot Table simplifies state handling, making it easy to save, load, and manage reports within you...development
Aseru Kevin Ziyadagithubjourney.hashnode.dev·Feb 10, 2025Understanding Flutter Widgets: The Building Blocks of UIRecently, I have been using Flutter more and diving deeper into it because I want to reach a state of unconscious competence. I also want to start sharing more of what I know about Flutter, beginning with the building blocks of UI. Our first deep div...2 likesFlutter JourneyWidget tree
Omkar Manteomkarmante260.hashnode.dev·Feb 7, 2025Enhancing React Performance with Interceptors and MiddlewareIntroduction Optimizing performance and eliminating repetitive code are critical for developing scalable React apps. One of the most effective approaches is to use interceptors and middleware to handle API calls, authentication, error handling, and l...1 like·53 readsReact
Samuel A.samcoder.hashnode.dev·Feb 3, 2025Building a Dynamic Website Viewer Component in Next.js with React and Tailwind CSSIn this article, we’ll explore how to build a dynamic and user-friendly website viewer component using React, Next.js, and Tailwind CSS. This ViewSite component enables users to preview websites in an iframe. Along the way, we’ll utilize key React co...1 like·31 readsWeb Development
Amarjit Mallickamarjitmallick.hashnode.dev·Feb 3, 2025The Flutter Widget Lifecycle Explained: From Birth to Goodbye!Flutter is like the LEGO of app development – you stack different pieces (widgets) together to create awesome mobile apps! But have you ever wondered how these widgets come to life, grow, change, and eventually disappear? Just like humans have a life...28 readsFlutter
DevNinjaBytesdevninjabytes.hashnode.dev·Feb 2, 2025Are drones the next target for hackers?Military and civilian drones have a critical weakness that makes them vulnerable to hacking, Katia Moskvitch discovers. So, what could a stolen drone be used for? If you were watching Iranian state TV in early December 2011, you would have seen an un...target
Subramanya M Raosubramanyarao.hashnode.dev·Feb 1, 2025Practical Redux Saga Patterns: A Production-Ready ApproachIn today's React ecosystem, while Redux Toolkit and RTK Query are often recommended for state management, Redux Saga continues to be a powerful tool for managing complex side effects. Based on production experience, I'd like to share some battle-test...React
kotesh_Mudilacodesh.hashnode.dev·Jan 30, 2025Before Redux: The State Management Struggles That Led to Its CreationSimplified Explanation Back in the day, managing state in JavaScript applications was messy. For example, if you updated a piece of data, it could trigger multiple events, leading to a chain reaction where many parts of the app updated in unpredictab...Redux