conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

Anti-pattern: setState() to trigger environment refetch #397

Open gabalafou opened 2 months ago

gabalafou commented 2 months ago

The use of state to refetch the environment is an anti-pattern. We should leverage RTK's cache invalidation features instead.

Context: