mongodb-developer / mern-stack-example

Mern Stack code for the Mern Tutorial
Apache License 2.0
292 stars 260 forks source link

React hooks Functional Components? #11

Closed Amansg4 closed 2 years ago

Amansg4 commented 2 years ago

Was attempting to update the components of this into React Hooks functional components instead of class components, but I'm a little new and am kind of confusing myself. Any chance for a react hooks version?

#

Danielg212 commented 2 years ago

Hi @Amansg4 I just create https://github.com/mongodb-developer/mern-stack-example/pull/12 PR for it :)

Pash10g commented 2 years ago

It was done as part of PR #14 :)

Thank you for the efforts on this.