Davide Mandellith3wall.hashnode.net·Nov 21, 2021Proud to present you Fakeflix, a Netflix Clone built with React, Redux, Firebase & Framer MotionHi guys, this is my first article here! I'm proud to present you my latest project: Fakeflix. https://github.com/Th3Wall/Fakeflix This summer I had a big honor: the GitHub repo has been selected and inserted in the trending repositories for five days...Favor Onuoha and 20 others are discussing this21 people are discussing thisDiscuss·321 likes·11.5K readsReactI'm a fan of you after I saw this on Twitter. Keep killing it 🔥 3
Hetav Desaidesaihetav.hashnode.net·Jun 14, 2021FeaturedUsing GraphQL with Axios and ReduxHello folks, in this article I'll be showing you how you can use GraphQL with Axios and Redux, along with error handling. This is not a beginner tutorial. Hence a basic understanding of how GraphQL, Axios, and Redux work will be helpful. And if you a...Suyash Pradhan and 4 others are discussing this5 people are discussing thisDiscuss·168 likes·3.2K readsReact
Ade Tola blank.hashnode.net·Jan 25, 2023Getting Started with Redux Toolkit: A Beginner's GuideWhat is Redux Toolkit? It is an effective and user-friendly tool for managing application state in React and other JavaScript frameworks. It is based on the well-known Redux package, which gives your application a predictable and centralized way to m...Adetayo Omotomiwa and 3 others are discussing this4 people are discussing thisDiscuss·103 likes·1.2K readsReact
Abdullahi Hamisuabduldev.hashnode.net·Apr 24, 2023Redux OversimplifiedIntroduction Redux is still regarded as being a notoriously difficult library to work with by entry-level developers despite dominating the frontend world. This article aims to explain the basics of Redux. Why developers avoid Redux The following fac...DiscussReact
DSKdskview.hashnode.net·Apr 23, 2023UseSelector: A Guide to React-Redux HooksImprove productivity and simplify state management with useSelector Using useSelector and useDispatch allows for an alternative to the connect() higher-order component. useSelector can replace map state to props by taking in a function argument that ...DiscussReact
Dan Bahramidanbahrami.hashnode.net·Apr 23, 2023How to create a private Redux storeUsually, when you see Redux in a React application it’s used as a single global store for application state. It tends to become a single dependency that creeps into every part of the app… but it doesn’t have to be that way. In this post, I’ll show yo...DiscussRedux
Sanchit Bajajsolitrix02.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
Shen Nguyenshennguyen.hashnode.net·Apr 17, 2023Create a simple calculator using Jotai, Tailwind CSS, and Vitest (Part 2)Introduction Jotai One of the essential parts of React applications is state management. There are a lot of open-source tools to make state management easier in developer experiences. Redux is considered the most popular state management for complex ...DiscussJotai
Tony Tangtonytangdev.hashnode.net·Apr 16, 2023Redux: The Centralized Control Room for Your App's StateIntroduction Picture a control room that manages and orchestrates the flow of information in a complex system. Redux is akin to this control room for your application's state, maintaining a centralized and predictable store that makes it easier to ma...Discuss·6 likesRedux
Isizoh Chikaodilikaodi.hashnode.net·Apr 16, 2023Managing React State with ZustandIntroduction React state management is a mechanism to manage application state. It provides a simple, efficient way to pass data between components. React provides a built-in hook called useState for state management, but while using useState might l...DiscussJavaScript
Alex Cloudstaralexcloudstar.hashnode.net·Apr 15, 2023Solid.js: A Powerful and Reactive JavaScript Library for Building Efficient Web ApplicationsIntroduction Web development has seen an incredible evolution over the years, with an abundance of libraries and frameworks emerging to improve the developer experience and optimize performance. One such library that has been gaining popularity recen...DiscussJavaScript
AbdulSalaamclericcoder.hashnode.net·Apr 14, 2023Revolutionize Your React App with Redux: A Beginner's Guide to Simplifying State Management(PART 2)Here is a link to PART 1 Creating a Reducer Function to handle each Action type and Update the Store Accordingly Reducers are called reducers because they are used in the reduce() function, which is used to reduce an array of values to a single value...DiscussReact
Fawale Queenqueenislamiat.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