React elements are immutable. Once you create an element, you can’t change its children or attributes. If you want to update the UI, you have to create a new element.