Ciao!
I want to raise an issue that is often being ignored.
Today apps generate and consume a huge amount of internet traffic. According to research from Cisco:
- in 1992 daily traffic reached 100GB per day
- In 2007 it increased to 2000 GB per second
- and, today, world traffic has increased to 150,700 GB per second
Amazing, isn't it? 🤖
In most cases, apps consume a lot of excess internet traffic. Modern web applications make a huge bunch of requests per conventional time unit then a lot of clients don't wait until all requests made by web apps are finished. As a result, the browser expects data that will no longer be used.
If you have an experience with React you can easily use the npm package that saves tons of internet traffic. The core motivation is to not wait for data you don't need.
Less data - less traffic consumed - "more 💰💰💰 saved".
And...
You can start to care about internet traffic experience today just for nothing!
https://vladagurets.github.io/react-cancelable
https://www.npmjs.com/package/react-cancelable
Top comments (0)