review fetch
1.0.0
Sometimes it's helpful to review the basic building blocks of front end development. In this repo you'll find a few short exercises you can do to (re)familiarize yourself with the fetch function.
This repo asks you to write two wrapper functions, get and post, that make interacting with the base fetch api easier (and add some light additional functionality).
yarnyarn start. You should see a page of failing tests on localhost:8000.index.js to solve the tests.debugger statement liberally to introspect what is being returned by your fetch calls.{ data: {}, error: {} }, with either data or error keys depending on whether the fetch request succesfully completed.solutions branch.fetch