SharpKit VS BlazorDiffusionVue

Compare SharpKit vs BlazorDiffusionVue and see what are their differences.

BlazorDiffusionVue

Blazor Diffusion with Server Rendering and Vue (by NetCoreApps)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
SharpKit BlazorDiffusionVue
1 1
186 8
0.0% -
10.0 8.7
over 3 years ago 2 months ago
C# JavaScript
MIT License GNU General Public License v3.0 or later
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.

SharpKit

Posts with mentions or reviews of SharpKit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-21.
  • .NET Blazor
    7 projects | news.ycombinator.com | 21 Nov 2023
    At the very end of the blogpost the author asks why not compile C# to JavaScript, like F# (Fable) does? The author thinks that would be the best solution overall, and is surprised it has not happened yet.

    In fact that has happened, see JSIL (http://jsil.org/, which compiles .NET bytecode to JS) and also SharpKit (https://github.com/SharpKit/SharpKit which is built on Roslyn).

    But this will not necessarily be any better than compiling to wasm. It avoids the .NET interpreter, which decreases the download, but it will still need to bundle a lot of library support code. And getting the language semantics exactly right - including features like C# finalizers which do not have direct support in JS - is tricky, unlike with wasm. And it won't benefit from the speed of the wasm implementation in AOT mode (which Blazor supports), which can be much faster than JS.

    Compiling to JS definitely still makes sense in some cases, but it isn't an idea that Microsoft or the .NET community has somehow overlooked. It has been done and it has its own tradeoffs.

BlazorDiffusionVue

Posts with mentions or reviews of BlazorDiffusionVue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-21.
  • .NET Blazor
    7 projects | news.ycombinator.com | 21 Nov 2023
    I take the opposite view as a recent Blazor convert since .NET 8 that was just released.

    I was short on Blazor before .NET 8 and could only seriously recommend it for Internal Apps since the compromises for using either Server or WASM Interactivity had pretty poor UX for initial load of Intranet Apps.

    However that's changed in .NET 8 with Blazor Static Rendering which is now the default where you're effectively able to develop traditional Server Rendered Apps like Razor Pages/MVC but with Blazor's superior component model, advanced features like Streaming Rendering and its built-in Enhanced Navigation which gives simple Server Rendered App's SPA-like responsiveness without any of npm's build tool complexity, need to manage separate client routing or heavy client state, etc.

    Even better is that you no longer need to use Blazor Interactivity for any features, e.g. which we avoid in our "Blazor Vue" Tailwind template that progressively enhances statically rendered Blazor content with Vue.js. I cover this approach in detail in our ".NET 8's Best Blazor" [1] blog post.

    As it embraces the simplicity of "NoBuild" JavaScript Modules (i.e. instead of npm deps) it's now become my preferred approach for most Web Apps. Blazor Diffusion is an example App built using this template, which was originally developed in Blazor Server, deployed as WASM but now converted to "Blazor SSR + Vue", source code available from [2],

    https://blazordiffusion.com

    [1] https://servicestack.net/posts/net8-best-blazor

    [2] https://github.com/NetCoreApps/BlazorDiffusionVue

What are some alternatives?

When comparing SharpKit and BlazorDiffusionVue you can also consider the following projects:

h5 - 🚀 The next generation C# to JavaScript compiler

openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

sdk - Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI

.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.