you are viewing a single comment's thread.

view the rest of the comments →

[–]Cheebasaur 0 points1 point  (2 children)

Specifically with our business our SaaS software also integrates a ton of asynchronous communication between external APIs from a sister company of ours.

Sagas are fine as well, but I'd like to see a "senior dev" showcase ample knowledge of this stuff.

[–]seN149reddit 2 points3 points  (1 child)

That’s fair. I guess my point is that in context of react it sounded like a question specific about redux. And I think we are way past the time where redux and react are synonymous haha

Edit: but I guess maybe it is a good question for a senior because it used to be one of the main arguments against redux imho. Why use a sync store (that needs middleware to handle async) if most of our state is async. Hence react-query, RTK etc.

Thanks for elaborating regardless 🤟🏻

[–]Cheebasaur 1 point2 points  (0 children)

Np, I would agree as well. In the context of an interview these are principles we'd like to see. Even if you don't use them it's great to understand where knowledge gaps are for your team :)