awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesSynchronous JavaScript Invocations

Capabilities for calling JavaScript synchronously from client-side components by casting IJSRuntime to IJSInProcessRuntime, reducing overhead and render cycles.

Distinct from JavaScript Interop: Distinct from general JavaScript Interop: focuses on synchronous invocation of JavaScript from .NET on WebAssembly, not general asynchronous calls.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Synchronous JavaScript Invocations. Refine with filters or upvote what's useful.

Awesome Synchronous JavaScript Invocations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dotnet/blazordotnet का अवतार

    dotnet/blazor

    9,276GitHub पर देखें↗

    Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it

    Calls JavaScript synchronously from client-side WebAssembly components via IJSInProcessRuntime, reducing overhead.

    PowerShell
    GitHub पर देखें↗9,276
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Interop
  4. Synchronous JavaScript Invocations