Hasty Briefsbeta

Mithril.js: small (8.96 KB gzipped) modern client-side JavaScript framework

2 days ago
  • #Frontend
  • #JavaScript
  • #SPA
  • Mithril.js is a modern client-side JavaScript framework for building Single Page Applications (SPAs).
  • It is small (8.96 KB gzipped), fast, and includes routing and XHR utilities.
  • Used by companies like Vimeo, Nike, and open-source platforms like Lichess.
  • Supports IE11, Firefox ESR, and the last two versions of major browsers without requiring polyfills.
  • Can be included via CDN (unpkg or jsDelivr) or installed via npm.
  • TypeScript definitions available via DefinitelyTyped (`@types/mithril`).
  • Documentation and resources available on mithril.js.org, including API Docs, examples, and a simple application guide.
  • Active community support on Zulip and Stack Overflow (using the `mithril.js` tag).
  • Contributing FAQ available for those interested in contributing to the project.