DEV Community

Discussion on: Explain React State & Props Like I'm Five

Collapse
 
aleksandrhovhannisyan profile image
Aleksandr Hovhannisyan

The React docs do a pretty good job of explaining props/state/most things, imo. I'd recommend giving them a read if you haven't already.

Keep in mind that "components" in React are nothing more than functions.