Using .NET as WebAssembly from JavaScript (React)

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • VisioWebTools

    Web-version of the [Visio PdfTip Add-In] is a free, user-friendly web tool designed to enhance your experience with PDFs exported from Visio

  • Next, write your actual code in Program.cs. For this example, I’m just returning the length of the given data (a “file” in this case). Obviously, there should be some actual processing. You can see what I really do in the GitHub repository (files are processed with OpenXml and PdfSharp).

  • article-demo-dotnet-react-app

  • You can find a test (“pet”) repository here. Everything works on my machine :) I don’t claim it’s an impeccable method, and I’m totally open to any feedback or suggestions. I’ll try to answer any questions to the best of my understanding. I hope you find this article useful.

  • 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
  • pages-gem

    A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages

  • For building the project, I used GitHub Actions; for hosting, GitHub Pages. GitHub provides 2000 free build minutes per month, which is more than enough for me. The logic is:

  • starter-workflows

    Accelerating new GitHub Actions workflows

  • For building the project, I used GitHub Actions; for hosting, GitHub Pages. GitHub provides 2000 free build minutes per month, which is more than enough for me. The logic is:

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