petite-vue VS vanilla-teuxdeux

Compare petite-vue vs vanilla-teuxdeux and see what are their differences.

petite-vue

6kb subset of Vue optimized for progressive enhancement (by vuejs)

vanilla-teuxdeux

A case study to implement modern js app with vanilla web technologies (by ivank)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
petite-vue vanilla-teuxdeux
67 5
8,698 25
1.7% -
0.0 0.0
2 months ago over 3 years ago
TypeScript JavaScript
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

petite-vue

Posts with mentions or reviews of petite-vue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-03.

vanilla-teuxdeux

Posts with mentions or reviews of vanilla-teuxdeux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-20.
  • Show HN: 7GUIs in Vanilla HTML, CSS, JavaScript
    7 projects | news.ycombinator.com | 20 Sep 2021
    A few years back I stumbled into something a bit more complex, still done in pure js, just for the hell of it: https://github.com/morris/vanilla-todo

    And then wrote my own version, with code a lot closer to modern react, with undo/redo and other niceties - https://github.com/ivank/vanilla-teuxdeux

    And what I leaned is that is astonishingly easy to write code that would be understandable to people coming from the redux crowd. Maybe that’s because redux is just such a simple concept in and off itself - a glorified switch on a big object. And it’s also quite easy to hack a simple version of vdom to make it all work.

    What’s missing from all those vanilla js efforts though turned out to be testability. There is a ton of code in the modern js world just to allow you to mock/test your components, and thats for me the real tragedy of vanilla js.

    I have no idea why W3C crowd have not invested into standardizing js tests in all these years…

  • React's UI State Model vs. Vanilla JavaScript
    5 projects | news.ycombinator.com | 17 Jul 2021
    Kinda like restarting windows to fix it, rather than figuring out whats wrong.

    And you could get quite far that way. 37signal’s basecamp was like that - an html app with vanilla js sprinkled throughout. Worked great.

    But there is a limit in complexity. JS and html are great for building websites, but if you want to build an actual application, you need to be really clever and accept a lot of limitations. React just lifts the ceiling of what you can do, without being all to complicated.

    And you can use the technics of react without react itself too, once you understand what it is all about - https://github.com/ivank/vanilla-teuxdeux

  • Astro: Ship Less JavaScript
    4 projects | news.ycombinator.com | 8 Jun 2021
    Recently I went on a deep dive to test for myself if it’s even possible to write a modern looking web application with no build tools or dependencies, and turns out its very doable - https://github.com/ivank/vanilla-teuxdeux

    Web tech has gone a long way and gives us a ton of stuff for free, without the need to reimplement it all in JS. Though the apis themselves are often rather awkward.

    Sadly, the biggest missing piece in all of it though is testing.

  • Show HN: Skruv – No-dependency, no-build, small JavaScript framework
    10 projects | news.ycombinator.com | 7 Apr 2021
    Hah last year I did my case study of building an app with only web tech - no dependencies, build steps etc. - https://github.com/ivank/vanilla-teuxdeux

    Figured out virtual dom is the one big missing piece to make webdev workable without any dependencies at all.

    I can see other people are getting to similar conclusions:)

What are some alternatives?

When comparing petite-vue and vanilla-teuxdeux you can also consider the following projects:

Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.

htmx - </> htmx - high power tools for HTML

Alpine

Svelte - Cybernetically enhanced web apps

django-vitevue - Manage Vitejs frontends for Django

Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

react-18 - Workgroup for React 18 release.

astro - The web framework for content-driven websites. ⭐️ Star to support our work!

laravel-nuxt - A Laravel-Nuxt starter kit.

SlickGrid - A lightning fast JavaScript grid/spreadsheet

fresh - The next-gen web framework.

vitedge - Edge-side rendering and fullstack Vite framework