Skip to content

gdar91/BlazeRx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazeRx

Rx support for Blazor applications. It allows you to subscribe to an observable and asynchronously provide values in the razor syntax.

Usage

Put the code, that depends on the asynchronous value, inside the Subscribe element and pass the source observable as the To attribute parameter.

<Subscribe To="@MyObservable">
    <p>This is the code that needs async values from the MyObservable. The value provided is: @context and is continuously updated as the observable emits more elements.</p>
</Subscribe>

About

Rx support for Blazor applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages