Based on our record, Svelte seems to be a lot more popular than Eleventy. While we know about 395 links to Svelte, we've tracked only 37 mentions of Eleventy. 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.
I went with SvelteKit to make everything easier for me (feel free to use what works for you to achieve your goal). I also used TailwindCSS' preflight script to reset the default browser styles to make styling super easy. - Source: dev.to / about 2 months ago
I primarily work on Windows, though I also use Linux, so I needed a cross-platform solution. I chose Electron for its flexibility and paired it with Svelte, TailwindCSS, and Vite-Electron. Vite made dev setup fast and clean, which I really appreciated. - Source: dev.to / 3 months ago
Svelte continues to earn a reputation as the joy-to-work-with framework due to its lightweight nature, elegant syntax, and compile-time reactivity. It is often used for side projects, hobby apps, and small websites, but Svelte isnโt just for passion projects. - Source: dev.to / 4 months ago
The first time I visited https://svelte.dev , the non-flat-vector banner instantly won me. It just stands out from the world around it. I just sort of assumed the engineering was superior to the competition if they were going to lead with crimped metal (and was right). Flat design has always struck me as an extremist response to an issue. Windows Vista required everyone to be on the same page design-language wise... - Source: Hacker News / 4 months ago
Svelte as the main framework. (Whimsy is my first Svelte project, actually! And Svelte didn't disappoint. Almost.). - Source: dev.to / 4 months ago
Because I use 11ty as my static site generator (SSG) with Nunjucks for templating, using a data file that holds an array of all the credit objects seemed like the way to go. At build time, when the SSG creates the files to be rendered by the browser, a for-loop in the Nunjucks template for the page could simply iterate over the array, injecting the data into the HTML build artifact, allowing 11ty to then do all... - Source: dev.to / 13 days ago
Eleventy is a fast and versatile static site generator (SSG). Out of the box, it is most likely to appeal to developers used to earlier Python- or Ruby-based web frameworks and SSGs (e.g. Django, Flask, or Jekyll). - Source: dev.to / over 1 year ago
I wrote an online catalog a while back (and I need to get back on adding graphics and products at some point). Itโs written using Eleventy and the minisearch library. The source and data are available on Github if you want to see how I did things. Iโm not a professional web designer either, but it was a fun project. Source: almost 2 years ago
I moved from static HTML to 11ty (https://11ty.dev) for the same reason and I'm pretty happy with how simple it allows you to keep things. Plus, it helps me avoid yak shaving instead of writing content! I think for a site like this I'd go with 11ty, just a clean project without a template or custom config, one collection to pull the photos from Flickr inline the styles. (just sharing my personal approach, nothing... - Source: Hacker News / over 2 years ago
Eleventy is great. Itโs a static site generator written in JavaScript, for โFast Builds and even Faster Web Sites.โ Itโs 10 to 20 times faster than the alternatives, like Gatsby or Next.js. You get all of your content statically rendered and ready to be CDN-delivered. You neednโt worry about server-side rendering to get those pretty social share unfurls. And, if you have a large data set, thatโs great โ Eleventy... - Source: dev.to / over 2 years ago
Vue.js - Reactive Components for Modern Web Interfaces
Hugo - Hugo is a general-purpose website framework for generating static web pages.
React - A JavaScript library for building user interfaces
GatsbyJS - Blazing-fast static site generator for React
Next.js - A small framework for server-rendered universal JavaScript apps
Jekyll - Jekyll is a simple, blog aware, static site generator.