Notes from shipping a real-world PWA in Korea:
- Vite SSG is worth it. SPAs lose Korean SEO because Naver's crawler doesn't fully render JS.
- Leaflet > Mapbox for cost-sensitive projects. Free OSM tiles + zero cost.
- Firebase Hosting rewrites let you have deep URLs (/city/suwon) without a backend.
- KakaoTalk share is non-negotiable in Korea — 70%+ of social traffic.
- PWA install banner: don't auto-prompt, let the user discover.
Top comments (0)