html-form-to-google-sheet VS umbrella

Compare html-form-to-google-sheet vs umbrella and see what are their differences.

html-form-to-google-sheet

How to submit HTML forms to Google Sheets. (Updated for 2023 Script Editor) (by levinunnink)

umbrella

:umbrella: Lightweight javascript library for DOM manipulation and events (by franciscop)
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
html-form-to-google-sheet umbrella
5 7
677 2,249
- -
0.0 2.0
over 1 year ago 10 days ago
JavaScript JavaScript
MIT License MIT License
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.

html-form-to-google-sheet

Posts with mentions or reviews of html-form-to-google-sheet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Self-hosting forms, the sane way
    1 project | news.ycombinator.com | 27 Apr 2024
  • Ways of sending HTML form to spreadsheet
    1 project | /r/web_design | 12 Dec 2022
  • Ways to send HTML form data to a spreadsheet
    1 project | /r/Frontend | 11 Dec 2022
    This guide is current and works well. https://github.com/levinunnink/html-form-to-google-sheet
  • Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
    27 projects | news.ycombinator.com | 16 Nov 2022
    Modern web is fairly complex but it doesn't have to be. What you're after is a simple form to submit that data to someplace. CSS and JavaScript in your case are only needed to improve the look and get some kind of dynamic feedback.

    So you have the client webpage, this can be a really simple webpage without any style that just has several form tags (Reference: https://www.w3schools.com/tags/tag_form.asp).

    Then you need to send this data to some place. You can use standard html actions to do this to a back end script, a rest api, or even to a formatted email that will be sent via the user's email client.

    You may need node to code the back end if there isn't one you can use. You can also use google sheets. See example here: https://github.com/levinunnink/html-form-to-google-sheet. This is really only useful for a small prototype so at some point you would need to standup your own backend somewhere. That gets more complicated because now you need a script (could be JavaScript & node for example or PHP or anything else) which processes your form request and stores it to a database someplace else.

    Good luck and happy coding.

  • Send HTML forms to Google Sheets (2021 version)
    1 project | news.ycombinator.com | 20 Sep 2021

umbrella

Posts with mentions or reviews of umbrella. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-16.
  • Ask HN: Good resource on writing web app with plain JavaScript/HTML/CSS
    27 projects | news.ycombinator.com | 16 Nov 2022
  • The impact of removing jQuery on our web performance
    9 projects | news.ycombinator.com | 16 Aug 2022
    If you are mainly using jquery for its DOM manipulation¹ rather than for browser compatibility² or things that didn't exist consistently in older browsers³ then there are much smaller libraries that do that job which may be worth looking into. https://github.com/fabiospampinato/cash or https://github.com/franciscop/umbrella to give a couple of examples. Some explicitly support IE11 so you are not dropping as much support for legacy browsers as you might otherwise.

    Though if jQuery works for you and isn't a performance issue, then by all means keep with it. It may not be ideal, but good enough and does the job. Let the naysayers spend their time debating whether you should or not, and just get on with making things!

    ---

    [1] selection engine, chained selections, chained modifications, …

    [2] not the issue it once was, if you can abandon IE and old Android browsers from your supported UAs or can deal with any issues that crop up individually

    [3] again, if you can afford to drop support for legacy UAs

  • Gov.uk drops jQuery from their front end
    9 projects | news.ycombinator.com | 19 May 2022
    Yes, and if you continue long enough you end up with one of the many jQuery alternatives, like mine:

    https://umbrellajs.com/

  • Umbrella JavaScript: Tiny library for DOM manipulation and events
    1 project | news.ycombinator.com | 4 May 2022
  • Ask HN: Should I even bother with React?
    2 projects | news.ycombinator.com | 23 Jan 2022
    If you're learning React just to get a job, you're doing it wrong, since recruiters are always changing their requirements. They will add `proficient in Svelte` just to annoy you, (after having learning React) and now you're no longer relevant to them.

    That's why I say: stick to the baseline of HTML, CSS, & JS. Learn to write vanilla JS for common things, maybe learn UmbrellaJS[0] for syntactic sugar and manipulating the DOM.

    Oh and learn some APIs to do back-end stuff too. And for forms, there's loads of projects out there to automate that[1]

    [0] https://umbrellajs.com/

    [1] https://www.producthunt.com/search?q=forms

  • Make Front End Shit Again
    3 projects | news.ycombinator.com | 19 Jan 2022
  • Replacing jQuery (110kb) With UmbrellaJS (8kb)
    4 projects | news.ycombinator.com | 18 Jan 2022
    const insertAfter = (col, html) => col.forEach(el => el.insertAdjacentElement('afterend', html));

    Keep going a bit like that, until you realize you are basically reinventing jQuery. Add a couple of very nice-to-haves, like chaining (instead of nesting in these examples above) and that's exactly what Umbrella JS is, very thin methods to manipulate the DOM and handle events. In fact, compare our "addClass" implementation in this comment to [Umbrella's addClass](https://github.com/franciscop/umbrella/blob/master/src/plugi...), it's almost the same size but hundred times more flexible:

    // Add class(es) to the matched nodes

What are some alternatives?

When comparing html-form-to-google-sheet and umbrella you can also consider the following projects:

web_app_from_scratch - One script for every web framework which sets up a minimal web app with routing, templates and users.

cash - An absurdly small jQuery alternative for modern browsers.

longwood - Experimental rendering library

femtoJS - femtoJS - Really small JavaScript (ES6) library for DOM manipulation.

uibuilder - Typed HTML templates using TypeScript's TSX files

uswds - The U.S. Web Design System helps the federal government build fast, accessible, mobile-friendly websites.

javascript-todo-list-tutorial - ✅ A step-by-step complete beginner example/tutorial for building a Todo List App (TodoMVC) from scratch in JavaScript following Test Driven Development (TDD) best practice. 🌱

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

Web-Dev-For-Beginners - 24 Lessons, 12 Weeks, Get Started as a Web Developer

govuk-puppet - Decommissioned: Puppet manifests that used to provision the legacy GOV.UK stack.

eureka - Lucene-based search engine for your source code

DOM_Maker - JavaScript library for creating DOM structures in the browser.