<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Vladyslav</title>
    <description>The latest articles on DEV Community by Vladyslav (@vladagurets).</description>
    <link>https://dev.to/vladagurets</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F659789%2F24c2c46c-15a2-490f-bcb2-798909c852e9.jpeg</url>
      <title>DEV Community: Vladyslav</title>
      <link>https://dev.to/vladagurets</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vladagurets"/>
    <language>en</language>
    <item>
      <title>Take care of internet traffic experience. Make cancelable requests with react-hooks.</title>
      <dc:creator>Vladyslav</dc:creator>
      <pubDate>Sun, 03 Apr 2022 08:50:56 +0000</pubDate>
      <link>https://dev.to/vladagurets/take-care-of-traffic-experience-make-cancelable-requests-with-react-hooks-3gm4</link>
      <guid>https://dev.to/vladagurets/take-care-of-traffic-experience-make-cancelable-requests-with-react-hooks-3gm4</guid>
      <description>&lt;p&gt;Ciao!&lt;/p&gt;

&lt;p&gt;I want to raise an issue that is often being ignored.&lt;/p&gt;

&lt;p&gt;Today apps generate and consume a huge amount of internet traffic. According to research from &lt;a href="https://cyrekdigital.com/uploads/content/files/white-paper-c11-741490.pdf"&gt;Cisco&lt;/a&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;in 1992 daily traffic reached 100GB per day&lt;/li&gt;
&lt;li&gt;In 2007 it increased to 2000 GB per second&lt;/li&gt;
&lt;li&gt;and, today, world traffic has increased to 150,700 GB per second&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Amazing, isn't it? 🤖&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;If you have an experience with React you can easily use the &lt;a href="https://www.npmjs.com/package/react-cancelable"&gt;npm&lt;/a&gt; package that saves tons of internet traffic. The core motivation is to not wait for data you don't need.&lt;/p&gt;

&lt;p&gt;Less data - less traffic consumed - "more 💰💰💰 saved".&lt;/p&gt;

&lt;p&gt;And...&lt;/p&gt;

&lt;p&gt;You can start to care about internet traffic experience today just for nothing!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://vladagurets.github.io/react-cancelable"&gt;https://vladagurets.github.io/react-cancelable&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/react-cancelable"&gt;https://www.npmjs.com/package/react-cancelable&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
