Currently we are using reducers to manage state. There's a lot of interactivity that looks at what plant cell has been clicked, what button is active etc. Might be worth it to use something like zustand to manage this better.
Currently functionality is in components/projects/context_mod_map.js
Currently we are using reducers to manage state. There's a lot of interactivity that looks at what plant cell has been clicked, what button is active etc. Might be worth it to use something like zustand to manage this better.
Currently functionality is in
components/projects/context_mod_map.js