Hacker News Clone Using GraphQL and React
41–50 of 187 posts
Re: Hacker News Clone Using GraphQL and React
#42Re: Hacker News Clone Using GraphQL and React
#43Earlier quoted context omitted.
Not really. Most of the point of HN is to navigate to it and then away from it (to other sites).
The slightly higher upfront cost is only incurred once.
Re: Hacker News Clone Using GraphQL and React
#44After 1.1 MB transferred, I experience subjectively sluggish page transitions and less-subjective FOUC on a recent MacBook Pro and Chrome over fast wifi. The features in this stack are impressive and appealing, but IMO they are not worth the general performance cost weighed by hundreds of kilobytes of JS abstractions.
Re: Hacker News Clone Using GraphQL and React
#45Re: Hacker News Clone Using GraphQL and React
#46Re: Hacker News Clone Using GraphQL and React
#47Earlier quoted context omitted.
Just from looking at the list of libraries/frameworks/tech used, it seems like it was over-engineered. It was probably a fun project to work on, or maybe it was a good learning experience for the developer, but it seems like it's a wee bit too over-complicated. If someone wanted to release something like this to actual customers then I don't think you'd want to make it like that. This is coming from someone who start…
I am sorry, but your gut feeling of why you think this is over engineered is not an argument.
Re: Hacker News Clone Using GraphQL and React
#48Awesome job. This is not a knock on JavaScript in particular, but the amount of brain bandwidth and dependencies to launch a modern web app is getting a bit absurd. I'm turning into that old grumpy hacker who prefers the simple good ole' days of LAMP. :-) React - (UI Framework) GraphQL - (Web Data API) Apollo - (GraphQL Client) Next - (Routing, SSR, Hot Module Reloading, Code Splitting, Build tool uses Webpack) Redux…
Just from looking at the list of libraries/frameworks/tech used, it seems like it was over-engineered. It was probably a fun project to work on, or maybe it was a good learning experience for the developer, but it seems like it's a wee bit too over-complicated. If someone wanted to release something like this to actual customers then I don't think you'd want to make it like that. This is coming from someone who start…
Re: Hacker News Clone Using GraphQL and React
#49Damn, those load times. This is on all my tests – fast internet or dialup, 2016 desktop or ancient android phone – significantly faster than the real HN. Wow.
Clone: 22 requests | 1.1 MB transferred | Finish:2.86 s | DOMContentLoaded 636 ms | Load:2.87 ms Real Hacker News: 6 requests | 11.5 KB transferred | Finish: 336 ms | DOMContentLoaded: 325 ms | Load: 343 ms Hacker News is just a static cached webpage