https://github.com/peter-mghendi/flux
Proof-of-concept on merging Flux architecture with Web Storage APIs in Blazor.
https://github.com/peter-mghendi/flux
blazor dotnet flux fluxor localstorage webassembly
Last synced: about 2 months ago
JSON representation
Proof-of-concept on merging Flux architecture with Web Storage APIs in Blazor.
- Host: GitHub
- URL: https://github.com/peter-mghendi/flux
- Owner: peter-mghendi
- Created: 2020-10-10T15:17:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T15:38:54.000Z (over 5 years ago)
- Last Synced: 2024-01-28T04:47:46.164Z (over 2 years ago)
- Topics: blazor, dotnet, flux, fluxor, localstorage, webassembly
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flux
Proof-of-concept on merging [Flux architecture](https://facebook.github.io/flux/docs/in-depth-overview) with [Web Storage APIs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API) in Blazor.
...yes, it's another to-do list.