Running a Function Directly in Rx Without React Hook
Is it possible to run a function in rx without using a react hook?
I know I could do the code below, but as I don't care about the function result, is it possible to simplify it by running the function directly?
I know I could do the code below, but as I don't care about the function result, is it possible to simplify it by running the function directly?
