-
Notifications
You must be signed in to change notification settings - Fork 25
Avoid Using Promises in the React UI
veeramarni edited this page Nov 23, 2020
·
1 revision
There are many ways to avoid using promises
in UI. We use the promises in the services but not in the React UI. Here is good blog on how to avoid promises using Hooks when using apollo-react
.
https://www.freecodecamp.org/news/react-apollo-client-2020-tutorial/