{"id":13466531,"url":"https://github.com/mrpmorris/fluxor","last_synced_at":"2025-05-13T15:10:46.057Z","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":"2025-03-19T18:53:54.000Z","size":1729,"stargazers_count":1355,"open_issues_count":2,"forks_count":150,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-05-08T18:57:30.320Z","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,"zenodo":null},"funding":{"github":["mrpmorris"]}},"created_at":"2020-03-14T21:27:01.000Z","updated_at":"2025-05-08T12:28:32.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":270,"total_committers":30,"mean_commits":9.0,"dds":"0.14814814814814814","last_synced_commit":"d9ed3665edcff4292927d62a8eb6b33c23a46638"},"previous_names":[],"tags_count":38,"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":253969248,"owners_count":21992263,"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-07-31T15:00:45.704Z","updated_at":"2025-05-13T15:10:41.045Z","avatar_url":"https://github.com/mrpmorris.png","language":"C#","funding_links":["https://github.com/sponsors/mrpmorris"],"categories":["Libraries \u0026 Extensions"],"sub_categories":["Tools \u0026 Utilities"],"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"}