jfyne / live

Live views and components for golang
https://discord.gg/TuMNaXJMUG
MIT License
655 stars 27 forks source link

feat: Removes path based patching. Adds anchor based. #29

Closed jfyne closed 2 years ago

jfyne commented 2 years ago

Should help with extensions which mess with the DOM.

Refs:

jfyne commented 2 years ago

@AnaelBerrouet can you test this branch with your extensions?

AnaelBerrouet commented 2 years ago

@AnaelBerrouet can you test this branch with your extensions?

Will pull today and test

AnaelBerrouet commented 2 years ago

Ran the test without branch changes again as sanity test, with extension that adds DOM elements and caused problems previously, as expected doesn't work. Then added the branch changes to the import and ran the buttons example successfully even with extension active. Awesome work!

jfyne commented 2 years ago

@AnaelBerrouet thanks for your help testing!