Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 687 Bytes

waiting-component

example app using a waiting component that waits 100ms before rendering the actual loading info.

y u delay the rendering?

  • if the rendering is not delayed the user sees the loading info and shortly afterwards the actual content
  • this flickering is annoying and does not provide a good user experience

why do you use 100ms as delay?

“0.1 second is about the limit for having the user feel that the system is reacting instantaneously, meaning that no special feedback is necessary except to display the result.” Jakob Nielsen

License

MIT