Y
Hacker News
new
|
ask
|
show
|
jobs
by
ketzo
1466 days ago
Could you explain this comment a little more?
What does "handling reconciliation rather than delegating" mean here?
1 comments
acywatson
1465 days ago
Sure - DraftJS, for instance, delegates DOM reconciliation to React. Lexical does not. The core library is framework-agnostic, with it's own diffing and reconciliation processes.
link