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
- Host: GitHub
- URL: https://github.com/albx/blazorconf2024
- Owner: albx
- License: agpl-3.0
- Created: 2024-02-17T22:20:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T20:23:20.000Z (about 2 years ago)
- Last Synced: 2025-10-10T16:59:55.507Z (9 months ago)
- Topics: blazor, dotnet, graphql, strawberryshake
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.