An open API service indexing awesome lists of open source software.

https://github.com/reinoutww/blazor-renderloopdetection

A lightweight Blazor Server (SSR) solution that helps detect excessive re-renders (often referred to as render loops). Render loops can crash your app by exhausting server resources, especially in Blazor Server, where every connected client shares server memory.
https://github.com/reinoutww/blazor-renderloopdetection

blazor blazor-server bug-detection dotnetcore

Last synced: 2 months ago
JSON representation

A lightweight Blazor Server (SSR) solution that helps detect excessive re-renders (often referred to as render loops). Render loops can crash your app by exhausting server resources, especially in Blazor Server, where every connected client shares server memory.

Awesome Lists containing this project