You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
The front end will need to grab data from the backend via the API.
Set up a mechanism that encapsulates the data fetching. Using it should be as easy as importing the module and calling a method, abstract away the api call.
Out of scope for this issue: Using the fetching module in the React component. Just make calls and handle responses into data that can be consumed later.
Dev notes
Promises and async/await both available
Don't forget to test!
The needs are small now, but consider the possibility of needing to add a library or other mechanism when deciding on an implementation.
The text was updated successfully, but these errors were encountered:
The front end will need to grab data from the backend via the API.
Set up a mechanism that encapsulates the data fetching. Using it should be as easy as importing the module and calling a method, abstract away the api call.
Out of scope for this issue: Using the fetching module in the React component. Just make calls and handle responses into data that can be consumed later.
Dev notes
The text was updated successfully, but these errors were encountered: