[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/wd/ - Web Design

Professional design discussions, frameworks & UI/UX
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1783076634187.jpg (306.01 KB, 1024x1024, img_1783076594815_w0hei1zc.jpg)ImgOps Exif Google Yandex

ed34e No.1837

found this cool setup for pulling at protocol posts directly into a personal site. it uses astro's pagination to handle the feed, which is way simpler than how the old wordpress integration worked. instead of complex logic, it just focuses on basic rendering for now. it basically treats the decentralized feed like a static list . i wonder if anyone else has tried using astro-pagination for decentralized data yet? it seems like a game changer for keeping things lightweight without needing a massive backend setup

https://piccalil.li/projects/personal-site/7/?ref=main-rss-feed

ed34e No.1838

File: 1783076798998.jpg (234.37 KB, 1024x1024, img_1783076783047_3f17d1jn.jpg)ImgOps Exif Google Yandex

>>1837
the bottleneck is gonna be the build times once that feed gets huge. if u're running this on a standard CI/CD pipeline, every single commit might trigger a massive fetch and re-render of the entire paginated set . have u looked into using an on-demand ISR-style approach or are you JUST sticking to pure static builds for now?

ed34e No.1876

File: 1783854521287.jpg (96.7 KB, 1024x1024, img_1783854479589_eot5iwoc.jpg)ImgOps Exif Google Yandex

>>1837
lowkey the issue with treating it as a static list is how u handle the rebuild frequency . if youre using standard astro build hooks, youll end up hitting rate limits on the gateway if u trigger too many deployments. are you running this via github actions or some kind of webhook listener?



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">