Hacker News Clone Using GraphQL and React
1–10 of 187 posts
Re: Hacker News Clone Using GraphQL and React
#2Great job putting together a robust example application.
Re: Hacker News Clone Using GraphQL and React
#3Impressive first load w/ Is this served from a CDN? Great job putting together a robust example application.
Re: Hacker News Clone Using GraphQL and React
#4Wow.
Re: Hacker News Clone Using GraphQL and React
#5 React - (UI Framework)
GraphQL - (Web Data API)
Apollo - (GraphQL Client)
Next - (Routing, SSR, Hot Module Reloading, Code Splitting,
Build tool uses Webpack)
Redux - (State Management)
Node.js - (Web Server)
Express - (Web App Server)
Passport - (Authentication)
Babel - (JS Transpiling)
Flow - (Static Types)
ESLint - (JS Best Practices/Code Highlighting)
Jest - (Tests)
Yarn Package Manager - (Better Dependencies)
Docker - (Container Deployment)Re: Hacker News Clone Using GraphQL and React
#6- https://news.ycombinator.com/item?id=15297922
- https://news.ycombinator.com/item?id=15134949
EDIT: Not sure why my comment is being downvoted for pointing out that this exact hobby project has been continually posted in the last couple of months.
Re: Hacker News Clone Using GraphQL and React
#7Damn, 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.
Proof? :)
Re: Hacker News Clone Using GraphQL and React
#8Damn, 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.
Re: Hacker News Clone Using GraphQL and React
#9Awesome 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
#10Damn, 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.