Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
foxdonut committed Jul 14, 2018
1 parent 438ca62 commit cebb87d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Besides the conveniences of the syntax, you also don't have to write `h` at ever
switch from one virtual DOM library to another, you only need to make changes in **one** place.
All your view code can remain the same.

If you are using the [Meiosis pattern](http://meiosis.js.org), `seview` is a great way to further
decouple your code from specific libraries. Your views become independent of the underlying
virtual DOM library API.

## Features

`seview` supports CSS-style selectors in tag names, `{ className: boolean }` for toggling classes,
Expand Down

0 comments on commit cebb87d

Please sign in to comment.