{"id":19100164,"url":"https://github.com/mrpmorris/Fluxor","last_synced_at":"2025-04-18T17:32:52.966Z","repository":{"id":37262017,"uuid":"247355766","full_name":"mrpmorris/Fluxor","owner":"mrpmorris","description":"Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.","archived":false,"fork":false,"pushed_at":"2024-09-30T08:30:14.000Z","size":1656,"stargazers_count":1275,"open_issues_count":5,"forks_count":147,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-10-29T15:22:34.744Z","etag":null,"topics":["blazor","dotnet","flux","redux"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrpmorris.png","metadata":{"files":{"readme":"Docs/README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["mrpmorris"]}},"created_at":"2020-03-14T21:27:01.000Z","updated_at":"2024-10-29T12:09:17.000Z","dependencies_parsed_at":"2023-02-09T04:01:09.803Z","dependency_job_id":"6fe48ee5-e8ac-428f-a7ff-c20bef8c3b99","html_url":"https://github.com/mrpmorris/Fluxor","commit_stats":{"total_commits":239,"total_committers":30,"mean_commits":7.966666666666667,"dds":"0.16736401673640167","last_synced_commit":"c96e918c5ed72da562f0b4a298d86572f28965c1"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpmorris%2FFluxor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpmorris%2FFluxor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpmorris%2FFluxor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrpmorris%2FFluxor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrpmorris","download_url":"https://codeload.github.com/mrpmorris/Fluxor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223054726,"owners_count":17080266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","dotnet","flux","redux"],"created_at":"2024-11-09T03:52:32.094Z","updated_at":"2024-11-09T03:53:10.270Z","avatar_url":"https://github.com/mrpmorris.png","language":"C#","funding_links":["https://github.com/sponsors/mrpmorris"],"categories":["redux","dotnet"],"sub_categories":[],"readme":"# Fluxor - documentation\n\n## Flux pattern\n\nOften confused with Redux. Redux is the name of a library, Flux is the name of the pattern that Redux and\nFluxor implement.\n\n![](./../Images/flux-pattern.jpg)\n\n**Rules**\n* State should always be read-only.\n* To alter state our app should dispatch an action.\n* Every reducer that processes the dispatched action type will create new state to reflect the old\nstate combined with the changes expected for the action.\n* The UI then uses the new state to render its display.\n\n## Tutorials\n### Basic concepts\n\n* [State, actions, and reducers](../Source/Tutorials/01-BasicConcepts/01A-StateActionsReducersTutorial/)\n* [Effects](../Source/Tutorials/01-BasicConcepts/01B-EffectsTutorial/)\n* [Middleware](../Source/Tutorials/01-BasicConcepts/01C-MiddlewareTutorial/)\n* [ActionSubscriber](../Source/Tutorials/01-BasicConcepts/01E-ActionSubscriber/)\n\n### Blazor for web\n\n* [State, actions, and reducers](../Source/Tutorials/02-Blazor/02A-StateActionsReducersTutorial/)\n* [Effects](../Source/Tutorials/02-Blazor/02B-EffectsTutorial/)\n* [Middleware](../Source/Tutorials/02-Blazor/02C-MiddlewareTutorial/)\n* [Redux Dev Tools](../Source/Tutorials/02-Blazor/02D-ReduxDevToolsTutorial/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpmorris%2FFluxor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrpmorris%2FFluxor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrpmorris%2FFluxor/lists"}