/EventHorizon.BlazorQuery

A simple PoC of creating a Data Retrieval Lifecycle Component.

Primary LanguageC#MIT LicenseMIT

Blazor Query Proof of Concept

This is a proof of concept for a blazor application creating a data retrial framework similar to React Query.

Getting Started

Checkout the the Web project, it contains a BlazorQuery.razor component. This component is a Razor Component that wraps a DataQuery that can be used handle the lifecycle of retrieving data. The data does not need to be from a remote service, it can do any complex data retrieval.

Running

To run the project, open a terminal in the AppHost project and run the following command:

dotnet run