I am working on a project and I've created a login page using React. I want it to store user sessions, so the user is logged in even after refreshing the page. Also, I want to authenticate the user from the MongoDB database.
Suggest some references or resources that I could use for React form handling
Top comments (0)