uncategorised

2021・07・22

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