-
This is probably way too specific of use-case, but was curious if anyone's implemented Sigma w/ Zustand as their state management solution in React? I'm familiar with the react-sigma project, but I'd prefer not having an additional upstream dependency, and it appears like they haven't updated in months. I'd also prefer to work directly with the Sigma/Graphology APIs. TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can't speak about using sigma with Zustand unfortunately, but I can say that react-sigma is not that active just because it is stable enough. @sim51, the maintainer, is also a maintainer of sigma, and is quite reactive when there are bugs to fix. Also, at @ouestware, we use react-sigma in almost every React-based projects we have (about 10 different projects at least), and I only go with a custom component when I have need very specific lifecycles. |
Beta Was this translation helpful? Give feedback.
I can't speak about using sigma with Zustand unfortunately, but I can say that react-sigma is not that active just because it is stable enough. @sim51, the maintainer, is also a maintainer of sigma, and is quite reactive when there are bugs to fix. Also, at @ouestware, we use react-sigma in almost every React-based projects we have (about 10 different projects at least), and I only go with a custom component when I have need very specific lifecycles.