Julien-Goletto / cinevoraces-front

Frontend React App that consummes cinevoraces-back REST API
4 stars 0 forks source link

Invalid review POST/PUT functions #5

Open BenoitSafari opened 2 years ago

BenoitSafari commented 2 years ago

Description

Interactions and comment PUT/POST functions works as async functions. They should be handled with a useEffect as error handling (Toasts) require it.

Look for Anchors comments FIXME: Issue #5