Posts by Jean Paulo de Brum • 13 points
2 posts
-
1
votes1
answer92
viewsQ: Property coming as Undefined?
When I try to access the full_name property of the user object with useState, the application says that the property is Undefined. Here is the code: import React, { useState, useEffect } from…
-
0
votes1
answer308
viewsQ: Update Table automatically when deleting the record
Hello, I would like to know how to update the table automatically after deleting some record, however, every time I delete a record, I have to refresh the page again, and so I used the function…