DEV Community

HETARTH7
HETARTH7

Posted on

How to handle login forms in React? Including storing user sessions and authentication

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)