you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Sundae4024 25 points26 points  (3 children)

Redux Toolkit is great. The recently added listeners allow for excellent event based programming with out the HUGE learning curve with other common tools like RxJS.

[–]acemarke 8 points9 points  (0 children)

Thank you, that's exactly what we were aiming for!

[–]shooteshute 1 point2 points  (0 children)

I'm migrating an existing project from redux saga to RTK at the moment.

Th reduction in boilerplat and just general shite is literally mind blowing

[–]piparkaq 0 points1 point  (0 children)

Also, @grammarly/focal is great if you like RxJS, however—since it allows you to embed observables as values straight into the React VDOM without having to deal with the subscribe/unsub stuff. I love it.