choojs / nanohtml

:dragon: HTML template strings for the Browser with support for Server Side Rendering in Node.
MIT License
687 stars 57 forks source link

Wiki out of date? #17

Closed nichoth closed 8 years ago

nichoth commented 8 years ago

The wiki says bel does diffing, but it looks like it only creates elements and morphdom is used to diff and update?

bel is a simple element creator. It returns pure DOM elements but still uses efficient DOM diffing to update.

max-mapper commented 8 years ago

yes that is correct, morphdom used to be a dependency but it no longer is

shama commented 8 years ago

I'll update the wiki now.

shama commented 8 years ago

Updated thanks @nichoth!