Easier way of writing React components is using factory functions as opposed to constructor functions. While I don't mind constructor functions I am absolutly persuaded by the critics of before-mentioned functions.
My top reason to prefer factories before constructors is because they reveal intention without the overhead of padding. Padding being the text that needs to be written before we reach our immediate goal.