#Redux Toolkit

1 item tagged “Redux Toolkit

TILReact2 min read

Using RTK Query for API Communication Instead of Hand-Rolled Fetching

TIL that most of my hand-written loading/error/cache state was solving a problem RTK Query already solves, and the switch removed more bugs than it added dependencies.

#React