[AskJS] Front-end codebases made using vanilla JavaScript for studying

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Vue.js

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

  • Here is link number 1 - Previous text "Vue"

  • dalliance

    Interactive web-based genome browser.

  • one pretty impressive vanilla codebase in my field is called biodalliance https://github.com/dasmoth/dalliance however, vanilla projects often fall victim to spaghetti code especially for front end UI. you have to be diligent to keep things component based. i personally think this is the biggest mind-shift that react applied to the world. it made it much more strict and structured to make components on the page.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • React

    The library for web and native user interfaces.

  • React Repo

  • Angular

    Deliver web apps with confidence 🚀

  • Angular Repo

  • CodeMirror

    In-browser code editor (version 5, legacy)

  • I think that Codemirror 5 is a nice example, version 6 is somewhat hard to follow, there are way too many modules and it's hard to understand.

  • Visual Studio Code

    Visual Studio Code

  • Yeah, I'm also not sure if he's right. Looks like the application isn't technically written with vanilla js because they use typescript. https://github.com/microsoft/vscode

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Create a Keyword Generator Chrome Extension🔥

    6 projects | dev.to | 29 Apr 2023
  • How to add absolute paths to your TypeScript Project

    3 projects | dev.to | 22 Nov 2022
  • How to add a loading status

    3 projects | dev.to | 19 Jul 2022
  • Unified SVG icons with Vite, Vue 3, Quasar and Pinia

    4 projects | dev.to | 14 Feb 2022
  • A Tale of Two Vues - Tips for Developing VueJS Libraries

    5 projects | dev.to | 14 Dec 2021