Relative Content

Tag Archive for javascriptreactjsnode.jsfrontendweb-development-server

How to edit and update on React JS?

So i have UserList.jsx component which displays the all user data in a table. enter image description here When i click on edit button it goes to http://localhost:3000/user/id. I have created a form in there to update the user details. The problem is the form is not displaying the specific user data from id. How do i do that? And how to update as well? My UserList.jsx goes like this