By Marcy Sutton / @MarcySutton
Senior Front-End Engineer, aXe-core team
Deque Systems
https://reactjs.org/docs/accessibility.html
SyntheticEvent
is a wrapper utilityBy Ryan Florence
https://facebook.github.io/react/docs/test-utils.html
Lets you render a component "one level deep" and test what its render method returns, without worrying about child components, which are not instantiated or rendered. Does not require a DOM.
…attaching code to the DOM
documentElement
error“Frontend bugs have occurred in the boundary between components or layers of our app – for example, between the API and the data layer, the data layer and our components, or between a parent and child component.”
https://egghead.io/courses/start-building-accessible-web-applications-today