minhhieugma / fluxor-persist-blazor

A sample project to manage state in Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample State Management Blazor using Fluxor + Fluxor.Persist

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Screen Shot

A template project for whoever wants to know how to control the state of the application. Specifically in Blazor Server Side Rendering where the app easily gets stuck when lost connection to the server.

(back to top)

Built With

(back to top)

Features

  • Preserve user states
    • Keep track user states and resume them after reconnecting to the server
  • Auto detect lost connection
    • Server down
    • Client lost connection (Wifi, etc)
  • A simple mobile full screen

Getting Started

Clone the code and start it using your flavorite IDE

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

(back to top)

Roadmap

  • Separate the poilerplate code and demo app
  • Add a tests project

See the open issues for a full list of proposed features (and known issues).

(back to top)

About

A sample project to manage state in Blazor


Languages

Language:C# 43.5%Language:HTML 38.9%Language:CSS 12.3%Language:JavaScript 5.3%