Earlier quoted context omitted.
This new site is around 1MB, regular HN is around 50KB. They're not even close. It's just that navigating to new pages is faster since it doesn't take a full page refresh.
Which makes for a better user experience. What’s your point?
Hacker News Clone Using GraphQL and React
21–30 of 187 posts
Re: Hacker News Clone Using GraphQL and React
#22Awesome 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…
Re: Hacker News Clone Using GraphQL and React
#23Awesome 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…
This is coming from someone who started out in the front-end with JS and SPAs. Why add in the responsiveness (and overhead) of a SPA when your users won't really notice the difference?
Re: Hacker News Clone Using GraphQL and React
#24Re: Hacker News Clone Using GraphQL and React
#25I can't seem to collapse comments on the site.
In addition, it feels slower than regular HN. No actual benchmarks though.
Checking https://github.com/clintonwoo/hackernews-react-graphql/blob/... it might be on purpose though. Toggle code is commented.
Re: Hacker News Clone Using GraphQL and React
#26Re: Hacker News Clone Using GraphQL and React
#27Re: Hacker News Clone Using GraphQL and React
#28Re: Hacker News Clone Using GraphQL and React
#29Re: Hacker News Clone Using GraphQL and React
#30Does anyone know what tool was used to generate the system architecture diagram? It's really clean and clear - https://github.com/clintonwoo/hackernews-react-graphql#archi...