New() v/s create

You should always invoke create to create a component in the build phase. However, in the class declaration of your derived component, you will override the new constructor. The create function invokes the class constructor (new).