/monsters-rolodex

React: Class Vs Function based react components.

Primary LanguageJavaScript

MONSTERS ROLODEX

Build Status

Applying Class based VS Function based react components on the same project:
Some key differences involved are : Lifecycle methods, Rendering and Rerendering, Hooks

Link:

https://monsters-rldx.netlify.app

Class based code:

Checkout to main branch

Functional Components code

Checkout to dev branch