Javascript – Is it ok to use react states as signals?
I had a code that was staring a few async function that were modifing my React State. but the problem was that when launching an other function after all promises were resolved, this function did not have the updated version…