Improving README

This commit is contained in:
Pauan 2021-04-30 01:27:57 +02:00
parent 3f01f09182
commit 7229ab9f6e
1 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,13 @@ Status
It is generally feature complete, though more convenience methods might be added over time.
It is relatively stable: breaking changes are rare, and are handled with the normal semver system.
It is quite stable: breaking changes are very rare, and are handled with the normal semver system.
I have successfully used Dominator on multiple large applications, and it performed excellently.
Dominator is one of the fastest DOM frameworks in the world ([it is just as fast as Inferno][benchmark]),
and it scales incredibly well even with very large applications. Dominator is so fast that it is
almost never the bottleneck, instead the real bottleneck is the browser itself.
Running the examples
====================
@ -19,3 +25,5 @@ Community
=========
We have a [Discord server](https://discord.gg/fDFGvnR). Feel free to ask any Dominator questions there.
[benchmark]: https://rawgit.com/krausest/js-framework-benchmark/master/webdriver-ts-results/table.html