We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adbc83e + e068ba4 commit 0ad5e16Copy full SHA for 0ad5e16
src/guide/comparison.md
@@ -72,4 +72,4 @@ Riot 2.0 provides a similar component-based development model (which is called a
72
- A far-more powerful router (Riot’s routing API is just way too minimal)
73
- More mature tooling support (see webpack + vue-loader)
74
- Transition effect system (Riot has none)
75
-- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues with Angular.)
+- Better performance. (Riot in fact uses dirty checking rather than a virtual-dom, and thus suffers from the same performance issues as Angular.)
0 commit comments