No Nunjucks videos yet. You could help us improve this page by suggesting one.
Based on our record, Vue.js seems to be a lot more popular than Nunjucks. While we know about 395 links to Vue.js, we've tracked only 24 mentions of Nunjucks. 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.
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 / 23 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
Evan You, creator of Vue.js, is a prime example. Vivek Nair, Co-Founder of BotGauge, notes that You “created something that addresses real developer needs with clean logic and thoughtful design.” Vue.js powers over 1.5 million websites in 2025, a testament to its scalability and developer trust, as reported by BuiltWith. You’s ability to build a framework independently, without corporate backing, underscores his... - Source: dev.to / 15 days ago
In mid-2000s Gmail revolutionized web development by becoming the first true SPA project. Its seamless user experience inspired developers worldwide to adopt this new model, leading to the creation of frameworks like React, Angular and Vue.js. SPAs became the go-to solution for many applications, which required real-time interactions and a fluid user experience. - Source: dev.to / 17 days ago
The MVC approach is dominating the application market at the time of writing. The three main front-end frameworks which do this are React, Vue and Angular but there are many, many more. - Source: dev.to / 3 months ago
Something I have already seen in many different code bases using frontend libraries like React and Vue is that developers use advanced state management solutions (e.g. Redux, Vuex, or Pinia) way too often. - Source: dev.to / 3 months ago
Vue.js Vuejs.org Progressive framework for building reactive interfaces. - Source: dev.to / 4 months ago
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
Svelte - Cybernetically enhanced web apps
jquery-template - A template plugin for jQuery. Allows templating without cluttering JavaScript code with markup.
AngularJS - AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.