Hi the design is minimal and simple to understand. I hope this gets traction. But I noticed that you serve 450KB of JS on initial load. This is not required at all for a site with such a minimal design and a single list. Ideally this site should be less than 10kb in total with no js and atomic css. This is loading slow even in desktop. The app loads first and the /posts API response takes a lot of time to load. It could be server rendered for the initial load and served from a CDN.
hey thanks for the feedback, I definitely agree it could be faster, and I'd like to get it there eventually.
Right now the site is rendered using ssr on amazon cloudfront, and for pages that have been cached already, it should load very fast. The api requests could possibly be improved with caching as well.
I share the sentiment you have and appreciate it! So far I've tried to keep the number of dependencies very low and keep things as optimal as possible, but always room for improvement. Thanks for checking it out!