React TL;DR – a human filter for most useful React content.

  • Mariusz Marcak

    React State Management Today

    What’s Wrong with State Management Libraries? Steep learning curve: In order to effectively implement Redux, developers need to get familiarized with concepts and terms ...

    React State Management Today
  • Mariusz Marcak

    Experimenting with the New React Concurrent Mode

    You can start new UI updates before the old ones finish. With concurrent mode you stop the current render and schedule a new ...

    Experimenting with the New React Concurrent Mode
  • Mariusz Marcak

    Introducing Concurrent Mode

    Concurrent Mode is a set of new features (still experimental!) that help React apps stay responsive and adjust to the user’s device capabilities ...

    Introducing Concurrent Mode