8 Comments
Aug 3Liked by Saturday Front-End Editors

Thanks , very good post

Expand full comment
author

Glad you found it useful! You're welcome!

Expand full comment
Aug 4Liked by Saturday Front-End Editors

I'm having Redux Tool kit for state management and here comes React query. Please advise on context of React app complexity and size.

Expand full comment
author

React Query is a server-state library. It manages asynchronous operations between your server and client. Redux is more focused on client state, and while it can handle asynchronous data, React Query is generally more efficient for this purpose.

If you're using Redux Toolkit, you can also leverage RTK Query, which is an optional add-on included in Redux Toolkit for managing server state.

Hope that helps!

Expand full comment
Aug 3Liked by Saturday Front-End Editors

Can you make next Sub about using Zustand with React Query?

Expand full comment
author

Great suggestion! We'll cover using Zustand with React Query in one of the upcoming issues. Thanks for the idea!

Expand full comment
Aug 8Liked by Saturday Front-End Editors

Thanks to you for these awesome content!

Expand full comment
author

Thanks for the kind words, Roman! Glad you’re enjoying the content! If you have any more suggestions or questions, feel free to reach out.

Expand full comment