DEV Community

Discussion on: State Management Battle in React 2021: Hooks, Redux, and Recoil

Collapse
 
dcsan profile image
dc • Edited

What about loading data from the server, the main point of state, and ridiculous redux doesn't handle it without thunks or yet more plugins. How is recoil?

Collapse
 
elusive241 profile image
elusive24

Redux is unopinionated library, thats why it doesnt include server data handling.
Actually last alpha of redux-toolkit contains RTK Query - tool for data fetching and caching.
github.com/rtk-incubator/rtk-query