SlickGrid VS vanilla-teuxdeux

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

SlickGrid

A lightning fast JavaScript grid/spreadsheet (by 6pac)

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
SlickGrid vanilla-teuxdeux
4 5
1,758 25
- -
9.3 0.0
11 days 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.

SlickGrid

Posts with mentions or reviews of SlickGrid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-04.

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:)

  • Vanilla TeuxDeux – a case study for building an SPA with vanilla JavaScript
    1 project | news.ycombinator.com | 16 Feb 2021

What are some alternatives?

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

ag-Grid - The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.

petite-vue - 6kb subset of Vue optimized for progressive enhancement

React Data Grid - Feature-rich and customizable data grid React component

reagent - A minimalistic ClojureScript interface to React.js

HANDSONTABLE - JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡

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

SheetJS js-xlsx - 📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

mvc_for_the_web - Example programs explaining the techniques of Model-View-Controller implemented as web applications.

Jspreadsheet CE - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.

vanilla-todo - A case study on viable techniques for vanilla web development.

ExcelJS - Excel Workbook Manager

7guis-React-TypeScript-MobX - Implementation of 7GUIs with React, TypeScript and MobX