Showing posts with label bind. Show all posts
Showing posts with label bind. Show all posts

Sunday, August 12, 2018

React Component Lifecycle - Constructor

The constructor is the first life-cycle method invoked when a React component is mounting / initializing. The following code snippet shows a basic constructor for a React component with state initialization and event binding.