1. Mounting Phase: a. constructor() The constructor is called when a component is initialized. It's the right place to set the initial state and bind event handlers. b. render() The render method is responsible for rendering the UI. It is a pure func...
aydee.hashnode.dev1 min readNo responses yet.