Single page changes

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

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
  • Vue.js

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

  • If you're creating something more complex and want quite a bit of dynamic content, you should consider React or Vue. The learning curve on those is much greater, but you can build much more complex websites and apps.

  • React

    The library for web and native user interfaces.

  • If you're creating something more complex and want quite a bit of dynamic content, you should consider React or Vue. The learning curve on those is much greater, but you can build much more complex websites and apps.

  • 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
  • jQuery

    jQuery JavaScript Library

  • If you only want a very small amount of dynamic content like this, jQuery is probably your best bet. The basic idea would be that you create all of the different flavors of form in your HTML and when the user clicks on one of the buttons, you modify the CSS display property to only show the correct form and hide the others. In jQuery, you'd call the hide and show methods to do that.

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