Hi
I have a few bits i would like to mock so i can test them when i use npm start, so i can replicate api calls when they haven't been built yet.
How do i go about it?
you plan mocking on the client side or the server side?
server side, just have the api return a hard coded json object. its similar client side.
for client side try:
http://www.wheresrhys.co.uk/fetch-mock/