Additional Resources // MarkoImprove this page
Further Reading
- Marko versus Dust
- The JavaScript Templating Landscape
- eBay Tech Blog - Async Fragments: Rediscovering Progressive HTML Rendering with Marko (Note: The article uses Marko v2's
<async-fragment>
which is now deprecated in favor of<await>
, however the concepts remain the same) - Marko Widgets - Taglib to support binding of behavior to rendered UI components rendered on the server or client
Updates
Screencasts
Sample Apps
- Async Fragments Demo using Marko: In-order versus out-of-order rendering source | demo (Note: This demo uses
<async-fragment>
which is now deprecated in favor of<await>
, however the concepts remain the same) - UI Components Playground source | demo
- More sample apps: https://github.com/marko-js-samples
Web Server Frameworks
Tools
- Atom Editor
- language-marko - Syntax highlighting for Marko templates in Atom
- atom-beautify - Beautify Marko templates in Atom
- Sublime Text
- marko-sublime - Syntax highlighting and completions for Sublime Text
- WebStorm
- marko-tmbundle - Syntax highlighting for Marko templates in WebStorm (see: Importing TextMate Bundles)
- TextMate 2/3
- marko-tmbundle - Syntax highlighting for Marko templates in TextMate