DEV Community

Fred Rohn
Fred Rohn

Posted on

Authentication in React

Hey everyone! I'm very new to react, I'm trying to create a workout logging MERN stack app, and I want to implement Authentication. What tutorials/tools do you guys recommend? I was thinking of using React-context to store state, and then JWT/bcrypt. A good tutorial you guys recommend would be nice because the concepts are still confusing to me. Thanks!

Top comments (0)