UNPKG

@pinkairship/use-data-fetch

Version:

A data fetch hook that stays out of your way.

19 lines (18 loc) 481 B
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>UseDataFetch</title> </head> <body> <div id="screenReaderAlert" role="alert" aria-live="polite"></div> <div id="root" role="main"></div> <div id="secondRoot" role="main"></div> <div id="thirdRoot" role="main"></div> <div id="fourthRoot" role="main"></div> </body> </html>