What is the most modern way to connect to a ... a dapp? Man... I'm a dinosaur and it's only been 2 years

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

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

    Framework for rapid Dapp development. Simple. Robust. Extendable. Testable

  • You should also check out useDapp. It brings a lot more than connections but since you're writing a dapp anyway, it's gonna be useful

  • Vue.js

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

  • I use ethers.js to handle contract instantiation & interactions, & window.ethereum for the connection to wallets. Abstraction is minimal & direct with Vue 3 + Vite, which I use to build out static pages.

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

    Next generation frontend tooling. It's fast!

  • I use ethers.js to handle contract instantiation & interactions, & window.ethereum for the connection to wallets. Abstraction is minimal & direct with Vue 3 + Vite, which I use to build out static pages.

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

  • Vue 3 production-ready analysis

    11 projects | /r/vuejs | 25 Jan 2022
  • Improving the Next.js config

    9 projects | dev.to | 22 Dec 2021
  • Is VueJS going to survive?

    3 projects | /r/vuejs | 5 Oct 2022
  • Vanilla JavaScript doesn't make sense in real apps

    3 projects | dev.to | 20 Sep 2022
  • Let's build a weather app with vite and react - part 1

    3 projects | dev.to | 19 Sep 2022