where dnd sits between the dom, vdmon and react

Dnd Conceptsđź”—

Interactions between Reactđź”—

Summaryđź”—

  1. there are DOM events
  2. these get communicated to Dnd via monitors
  3. monitors are coverted to state which is available to react via a context
  4. we use collecting functions to covert the state in the context into props- known as “collecting props”
  5. we use the props as normally would in any react component