1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Update 100-marko.md (#2181)

add content on "marko" template engine node in Node.js roadmap
This commit is contained in:
puru-khedre
2022-10-07 17:42:32 +05:30
committed by GitHub
parent 9ef8b77b96
commit 64690201e7

View File

@@ -1 +1,6 @@
# Marko
# Marko
Marko is a fast and lightweight HTML-based templating engine that compiles templates to CommonJS modules and supports streaming, async rendering, and custom tags. It is HTML re-imagined as a language for building dynamic and reactive user interfaces.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official' href='https://markojs.com/docs/guides-overview/'>Marko Documentation</BadgeLink>