Fetching latest headlines…
PWA with React + Leaflet: lessons from a 31-city map app
NORTH AMERICA
πŸ‡ΊπŸ‡Έ United Statesβ€’July 3, 2026

PWA with React + Leaflet: lessons from a 31-city map app

0 views0 likes0 comments
Originally published byDev.to

Notes from shipping a real-world PWA in Korea:

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

Project: https://gyeonggi-currency-map.web.app?ref=devto&utm_source=devto&utm_medium=social&utm_campaign=multi-site-bot

Comments (0)

Sign in to join the discussion

Be the first to comment!