Skip to content

Commit

Permalink
add summary
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Mar 2, 2017
1 parent 83ab09b commit 9e4944e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ There have been a lot of libraries released. Moon has been being developed since

Moon differs from the existing solutions by providing a faster, yet compact library with a simple but powerful API. It uses a virtual DOM system similar to React, but includes advanced optimizations crafted specifically for Moon, similar to the Glimmer engine by the Ember team. In a variety of benchmarks, Moon has proven itself to be the fastest UI library out there.

Still, you do **not have to** use Moon if you are happy with your current solution, or if you have already started. If you are creating something new or would like to use it for the performance gains and intuitive API, feel free to.
Still, you do **not have to** use Moon if you are happy with your current solution, or if you have already started. If you are creating something new or would like to use it for the performance gains and intuitive API, feel free to use Moon.

### Summary

- :confetti_ball: Small file size (5kb minified + gzip)
- :zap: Blazing fast performance
- :rocket: Intuitive, easy-to-learn API
- :gem: Powerful directives
- :hammer: Compose with Components

### Usage

Expand Down

0 comments on commit 9e4944e

Please sign in to comment.