Skip to content

Web: Add dom differ (virtual dom) #16

@s77rt

Description

@s77rt

Follow up from #12

Attempts:

  1. Used react internal differ by using createElement; this resulted in weird behaviour and in complexity in syncying dom with state
  2. Used https://github.com/fiduswriter/diffDOM; encountered two bugs: text nodes are double encoded and newlines does not work well on Safari

I'm thinking of writing a simple dom differ for our use case

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions