Relative Time for Svelte
"
svelte-relative-time
offers a lightweight relative-time display available as a Svelte use:action or component."
- Action version is only 1006 bytes minified / 620 bytes gzipped
- Component version enables SSR
- Live updates by default (can be disabled)
- Uses single interval timer for updating all components
- Lightweight and GC friendly (single
Intl.RelativeTimeFormat
used per locale)- Instance updates scheduled for new visible change
- Instance updates synchronized so all happen together
Simon Green
@CaptainCodeman