Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfilatov authored Nov 2, 2020
1 parent cf573fb commit 27670e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Vidom is just a library to build UI. It's highly inspired from [React](https://f

## Main features
* Fast virtual DOM builder and patcher under the hood
* Fast server-side rendering with ability to reuse existing DOM in the browsers also known as isomorphism.
* Update batching and synchronization with browsers rendering lifecycle by default
* Fast server-side rendering with ability to reuse existing DOM in the browsers also known as isomorphism
* Easy and clear way to subscribe to DOM Events
* API to build your own high-level components
* API to build your own high-level components
* Namespaces support (e.g., SVG, MathML)
* Ability to render multiple components without unwanted DOM wrappers
* No extra markup in the result HTML
Expand Down

0 comments on commit 27670e6

Please sign in to comment.