Redux in 2019?
Thierry

Thierry @tschellenbach

About: Go, Python, Open source. Founder & CEO getstream.io

Location:
Boulder
Joined:
Apr 30, 2018

Redux in 2019?

Publish Date: Jun 12 '19
7 5

I noticed that many new projects adopt either GraphQL and/or React Hooks. Neither of these solve the same issues as Redux... On the other hand it does seem to reduce the need for using Redux. Here at Stream we're still using redux...

How do you all feel about Redux in 2019, do you think it's still useful/relevant?

Comments 5 total

  • Thierry
    ThierryJun 12, 2019

    Codepen mentioned on their podcast that they are using GraphQL without Redux. Max from Ionic is doing some React Hooks experiments without using Redux.

  • Cesar
    CesarJun 12, 2019

    I can't imagine managing state without the confidence provided by redux devtools.

  • James Nutter
    James NutterJun 12, 2019

    We recently started using Redux-Saga at my job. Thoroughly enjoying it. Big fan of GraphQL and slowly integrating hooks, but definitely see us using Redux for the remainder of the year and probably far beyond that.

  • Code Mochi
    Code MochiJun 13, 2019

    What do you all see as the advantage of redux over using react context? I come to react through apollo so I never used redux for any real projects. It seems like react context gives me everything I need for an inter-component state. Am I missing that much by not using redux?

  • a
    aNov 5, 2019

    Ditch that dinosaur and use React hook / context / memo :)

Add comment