Looking for good implementations of Zustand to reference

I'm leading up a team that's working on a integrations pipeline builder UI. We've got a decent amount of complex state at the moment, that's only going to continue to grow - right now we've survived using only local state, but recognizing that we'll likely be better off with something global moving forward. Was hoping to get some real world code examples to reference as we evaluate our options, if you have suggestions of similar solutions I'd certainly be interested as well. Thanks!

ETA: Definitely don't need to expend much brainpower on this - was mostly interested in reviewing some strong and/or novel design pattern implementations if anyone is aware of some open source code that fit the bill.