Prevent useEffect from firing twice with useReducer when using StrictMode – React native
I'm using React's Strict mode, and I'm having a useEffect that is causing me some headaches. Part of React's Strict mode is that those things can fire twice, so I'm writing code to protect myself from that. However I seem…