Best of ReduxJune 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Zedux: Is this the one?

    Zedux is a molecular state engine for React. It's officially open-sourced and version 1.0.0 has been released. Zedux features a composable store model wrapped in a DI-driven atomic architecture. This article will break down why it exists and what problems it solves.

  2. 2
    Article
    Avatar of syscolabsslSysco LABS Sri Lanka·3y

    State management in Micro-Frontends

    State management refers to managing the data and application state of a software application. State management is important for ensuring that an application runs smoothly and that users have a good experience using it. In client-side state management, data is managed in the user’s web browser using techniques such as cookies, local storage, and session storage.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Scalability: The Lost Level of React State Management

    Scalability: The Lost Level of React State Management has been lost in the React community. "Scalability" refers to a tool's ability to adapt to new challenges over time. Scalability is the artform of getting as close as possible to this perfect plateau.

  4. 4
    Article
    Avatar of codemotionCodemotion·3y

    A Complete Introduction to the React Library

    React is a JavaScript library designed to facilitate the creation of interactive and scalable user interfaces. It was developed by Facebook and is used by many large companies, such as Instagram and Airbnb, to build complex and high-performance web applications. React promotes code reusability, simplifying the management and maintenance of complex UIs.