Integrating Effect in React without Promises or Async/Await
What's the correct way to integrate Effect in React?
I'd prefer to avoid to use the Promise API and the async/await thing
I'd prefer to avoid to use the Promise API and the async/await thing
