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

https://github.com/albx/blazorconf2024

Demo and slide for my talk @ BlazorConf 2024
https://github.com/albx/blazorconf2024

blazor dotnet graphql strawberryshake

Last synced: about 2 months ago
JSON representation

Demo and slide for my talk @ BlazorConf 2024

Awesome Lists containing this project

README

          

# Blazor Conf 2024
Demo and slide for my talk @ [Blazor Conf 2024](https://blazorconf.it/)

## Demo
The branch *main* contains the full project shown during the talk.

The branch *0-setup* contains the empty starting project.

The branch *1-queries* contains the implementation of the GraphQL queries to show the list and details of Star Wars episodes.

The branch *2-mutations* contains the implementation of the mutation concept, with a Razor Class Library which contains a component to rate and episode.

The branch *3-subscriptions* contains the implementation of the subscription concept.

## Slide
The slide used during the talk can be found in the [slide](./slide/) folder.