Define DOM Attributes in React 16

InstructorNik Graf

Share this video with your friends

Send Tweet

React 16 came with a couple changes to attributes of DOM components e.g. <div>.

In this lesson we are going to walk through when DOM attributes are filtered out and when they are rendered. We'll also go over what you can validly pass into your custom attributes.