Do not forget to think about cancelling promises
I am currently working on a React web application which makes heavy use of the fetch API and promises. Yesterday I reasoned about if it might lead to problems if you do not cancel a promise which is not of any use any more. [Read more...]