pixiebrix-extension
pixiebrix-extension copied to clipboard
Refactor useCreate and other action hooks
-
useCreate,useSave,useRemove, etc. are all pretty complicated for hooks - They pull in lots of data from redux (rtk query also), and they are run in the render loop of components.