opencaesar / oml-vision

A VS Code extension providing UI viewpoints for OML models
Other
4 stars 2 forks source link

Switch from Vanilla React Hooks to Zustand #12

Open pogi7 opened 8 months ago

pogi7 commented 8 months ago

Checklist before submitting a feature request

Is your feature request related to a problem? If yes, describe the problem

I am annoyed at how complicated the existing app's state management is handled with vanilla react hooks.

Describe the desired feature

I would like to simplify how the app handles state management by switching from vanilla react hooks to zustand.

Additional context

[Any additional context]