Trends
p/trends-2
The fastest way to see whats trending on Github
Jack Hanford
Trends — The fastest way to see whats trending on Github
Featured
2

Ultra high performance Github Trending PWA

Built with React + Next.js and GraphQL, trends pushes the performance needle forward by only using React on the server and then using the absolute minimum client side code to register a service worker totaling around ~15 lines of code.

The code is also open source: https://github.com/hanford/trends

Replies
Jack Hanford
Hey PH! One of the ways that I stay up to date with what’s happening in the developer world, is by watching what’s trending on github. The technical details are relatively interesting, I'm using Next.js and GraphQL and only using react server side. This means the browser javascript is only a few lines of code resulting in an insanely fast website. Let me know what you think ❤️🐱
Peter Dziedzicz
Cool!!!