diff --git a/didact.js b/didact.js index 77b55eb..4ed0c77 100644 --- a/didact.js +++ b/didact.js @@ -38,6 +38,10 @@ function createDom(fiber) { return dom } +function updateDom(dom, prevProps, nextProps) { + // TODO +} + function commitRoot() { deletions.forEach(commitWork) commitWork(wipRoot.child)