Live data from Hacker News

A Basic HN Client in React

github.com

1–9 of 9 posts

Re: A Basic HN Client in React

#3

I developed it last year in few hours and it's currently hosted at https://hn.armujahid.me/

https://news.ycombinator.com: 7 requests 61.86 KB / 20.48 KB transferred Finish: 845 ms DOMContentLoaded: 483 ms load: 823 ms

https://hn.armujahid.me/: 18 requests 374.67 KB / 104.76 KB transferred Finish: 1.47 s DOMContentLoaded: 179 ms load: 539 ms

Is there any other point to take note of?

Re: A Basic HN Client in React

#5
post #3

I developed it last year in few hours and it's currently hosted at https://hn.armujahid.me/

https://news.ycombinator.com : 7 requests 61.86 KB / 20.48 KB transferred Finish: 845 ms DOMContentLoaded: 483 ms load: 823 ms https://hn.armujahid.me/ : 18 requests 374.67 KB / 104.76 KB transferred Finish: 1.47 s DOMContentLoaded: 179 ms load: 539 ms Is there any other point to take note of?

Looks like it loads almost 300ms faster. Is that the point you're trying to make?

Re: A Basic HN Client in React

#7
post #3

I developed it last year in few hours and it's currently hosted at https://hn.armujahid.me/

https://news.ycombinator.com : 7 requests 61.86 KB / 20.48 KB transferred Finish: 845 ms DOMContentLoaded: 483 ms load: 823 ms https://hn.armujahid.me/ : 18 requests 374.67 KB / 104.76 KB transferred Finish: 1.47 s DOMContentLoaded: 179 ms load: 539 ms Is there any other point to take note of?

Wow. I didn't even notice that. I am using github pages with cloudflare cdn that may be one of the reason of its fast load time