react

Chris Chen 2025-12-09T05:27:58.797269Z

What do people usually recommend for state management in a Cljs React app? I'm using Helix as I need to keep Mantine and its various extensions - the original Typescript code used a rather messy mix of Tanstack Query and Zustand (I'm building a tabbed rich text editor), so I was considering re-frame or something like it