Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow authored Dec 16, 2022
1 parent 10181bf commit a82e4fd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ However, vdom is framework agnostic, and generally will work whenever you can
render html for your views as a slice of bytes.


Progress
--------
Development Status
------------------

vdom is now very close to being feature-complete, and it is pretty rigourously tested. Version
0.0.1 will be released soon. All that's left to do is benchmark and, if necessary, improve
performance. Ad hoc testing suggests that it might currently be slower than `setInnerHTML` in
at least some cases. I plan to fix this if possible.
vdom is no longer actively maintained. Additionally, ad hoc testing suggests that it might currently
be slower than `setInnerHTML` in at least some cases.

Most users today will likely want to use WebAssembly instead of GopherJS.

Still, this repo might be a decent starting point for anyone wishing to create a virtual DOM implementation
in Go.

Browser Compatibility
---------------------
Expand Down

0 comments on commit a82e4fd

Please sign in to comment.