Gerard Altamirano

Results 4 comments of Gerard Altamirano

Hi, `useReducer` is beneficial when dealing with complex state logic and multiple sub-values; a very deep object for example. As the documentation says, it makes testing and debugging easier. So...

I mean, yeah got your point. What I tried to say was that your **concrete** use case was simple enough to use `useState` instead of `useReducer`. No need to deprecate...

Hey @fraidev this workaround is future-proof, have a look if you can https://github.com/OmniSharp/omnisharp-roslyn/issues/2483#issuecomment-1539809155

Did you find a fix for this? I'm planning on using my own connector too and my setup is kinda similar to yours so far.