kaisermann / svelte-loadable

Dynamically load a svelte component
MIT License
320 stars 13 forks source link

Set delay default to 200, and add note in the readme #11

Closed CaptainN closed 5 years ago

CaptainN commented 5 years ago

Set the loading delay to 200ms by default. This is in line with react-loadable and is a pretty good default.

kaisermann commented 5 years ago

This makes sense, thanks! 🎉