0

I'm a newbie to react.js and i don't know class components.I'm trying hard to understand the react life cycle.

sohaib
  • 574
  • 5
  • 16
  • I recommend the [react docs beta](https://beta.reactjs.org/), it's way better and the examples use functional components and hooks. – mocherfaoui Jul 31 '22 at 21:03

1 Answers1

2

If you need info on React life cycle methods for class components, check here: https://reactjs.org/docs/state-and-lifecycle.html

If you need info on React functional components check here: https://reactjs.org/docs/hooks-overview.html

Princewill Iroka
  • 536
  • 1
  • 7
  • 17