No Nunjucks videos yet. You could help us improve this page by suggesting one.
Based on our record, AngularJS should be more popular than Nunjucks. It has been mentiond 50 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
To maximize learning, I could choose something new. Normally, I consider that a valid reason. But given my limited time, that wasn't a priority for me. Another criterion could be long-term viability: Is there a large core team and an active community? Well, who still remembers AngularJS? From Google? And didn’t Facebook/Meta start Jest? I wouldn’t rely too much on that. - Source: dev.to / 2 months ago
AngularJS is an open-source JavaScript framework that developers use to build frontend applications. It comes with modular support, an extensive community, and all the tools that help develop and manage dynamic frontend web apps. - Source: dev.to / 5 months ago
Ok, what we'll use now is something that existed back in the day, after we switched from AngularJS to Angular 2 or modern Angular. We'll use the old/new host property on the component decorator. - Source: dev.to / 11 months ago
Just to give you more context, I led the migration of several AngularJS applications to the newer Angular Framework. My client finally decided to make that move following the AngularJS deprecation announcement (stay up to date please 🙏)️. - Source: dev.to / over 1 year ago
The next post in the series provides a thorough comparison of popular frameworks like React, Vue, Angular, and Svelte, focusing on their unique features and suitability for different project types. - Source: dev.to / over 1 year ago
On a spring day in April 2025, the very first lines of code emerged with a Commit message that says it all: "The simplest processor, I think." This established the minimalist approach that would guide the entire project. Just a few lines of code to process nunjucks templates and nothing more. - Source: dev.to / 26 days ago
To create a layout in site dir create a folder named _includes and a file named base.njk we'll use nunjucks as our templating language (it will help us with placing variables, making for loops, if else, adding some basic template logic more specifically). - Source: dev.to / 3 months ago
I write and create my posts using markdown, this is then converted to html with 11ty engine. The layout of the page are decided by the metadata in the front matter section, 11ty the uses the layouts I have created using Nunjucks. This way I can add metadata and control how the page is rendered, I can inject sections and links. - Source: dev.to / 11 months ago
There’s https://mozilla.github.io/nunjucks/ although it hasn’t been maintained for quite some time. - Source: Hacker News / about 1 year ago
In ApostropheCMS, templates are where code and content become web pages. Specifically, templates are written in normal HTML markup with special tags and are based on the Nunjucks template language. Thus, they are .html files placed in the /views subfolder of an ApostropheCMS module. - Source: dev.to / about 1 year ago
Vue.js - Reactive Components for Modern Web Interfaces
Jinja2 - Jinja2 is a template engine written in Python.
React - A JavaScript library for building user interfaces
Pug - Pug is a robust, elegant, feature rich template engine for Node.js
ember.js - A JavaScript framework for creating ambitious web apps
jquery-template - A template plugin for jQuery. Allows templating without cluttering JavaScript code with markup.