In this React Storybook tutorial, I'll show how can we integration a mock server. What can we do when REST calls from the component should be mocked with already prepared data.
fetch-mock npm package allows to mock request from React Storybook and unblocks you.
Fetch API tutorial: • JavaScript Fetch api example
GitHub resources: https://github.com/MaksymRudnyi/mockF...
Let's be friends:
INSTAGRAM ↣ / travels_code
TWITTER ↣ / travelscode
FACEBOOK ↣ / travelscode
WEB-SITE ↣ http://travelscode.com/
GITHUB ↣ https://github.com/MaksymRudnyi/
#React #Storybook #MockServer