Open kofifus opened 5 years ago
why not use performance.now() instead of Date.now() ?
You are definitely right! Better in this use case
Keep in mind that performance.now() does not work in React Native
why not use performance.now() instead of Date.now() ?