You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mithril is a client-side MVC framework - a tool to organize code in a way that is easy to think about and to maintain.
框架特性
Light-weight
Only 7.8 kB gzipped, no dependencies
Small API, small learning curve
Robust
Safe-by-default templates
Hierarchical MVC via components
Fast
Virtual DOM diffing and compilable templates
Intelligent auto-redrawing system
Performance
To run the execution time tests below, click on their respective links, run the profiler from your desired browser's developer tools and measure the running time of a page refresh (Lower is better).
Safety
Mithril templates are safe by default, i.e. you can't unintentionally create security holes.
To run the tests for each framework, click on the respective links. If you see an alert box, ensuring security with that framework is more work for you.
The text was updated successfully, but these errors were encountered:
为了不误导,所以引用原文
What is Mithril
Mithril is a client-side MVC framework - a tool to organize code in a way that is easy to think about and to maintain.
框架特性
Light-weight
Robust
Fast
Performance
To run the execution time tests below, click on their respective links, run the profiler from your desired browser's developer tools and measure the running time of a page refresh (Lower is better).
Safety
Mithril templates are safe by default, i.e. you can't unintentionally create security holes.
To run the tests for each framework, click on the respective links. If you see an alert box, ensuring security with that framework is more work for you.
The text was updated successfully, but these errors were encountered: