Fetch

Guidelines for using the Fetch capability.

Best practices

  • If your app has search, ensure it conforms to the recommendations outlined in our search patterns.
  • Improve your app's speed and/or performance as much as possible. Use progress indicators and follow our guidelines to make your app user-friendly, and improve the perceived performance.
  • Implement an error message when scenarios when fetch fails or the request time outs
  • Use inline or grid layout to display a list (e.g. displaying search results) of media like images or videos
  • If you’ve implemented fetch as a part of authentication, follow our authentication requirements