Code Monkey home page Code Monkey logo

Comments (2)

StevenTCramer avatar StevenTCramer commented on July 18, 2024 1

If you go back in history of the two repositories you will see I started Blazor-State a few days before Pete started Fluxor. We hadn't talked to each other in a while and both thought this concept was the most import thing to build for Blazor. A few days in we chatted. I thought he had seen my repo and was trolling when he said what he was working on. :) We share many of the same philosophies, yet we offer enough differences to hopefully support the community and give valuable options.

Not distinguishing between what Pete calls "effects and reducers" was a specific design decision. I think the developer should be aware of the differences in their handlers but I didn't and still don't think it requires a structural change in the architecture. Handlers work fine for both.

The concern in the thread seems to be about when subscriptions are automatically fired. What Pete calls a bug and what you call a feature, I don't think it is a bug nor a feature. It is a byproduct of how Blazor is implemented.

I do NOT use this by-product to trigger loading spinners. I use a loading middleware to handle all of these things in the UI. ( On my backlog to add this to the TimeWarp Architecture so others can use it. But testing, a basic documentation structure and Auth are in front of that currently).

The automatic firing of the subscription will happen after the handler completes. I guess one could fire these in the middle of a handler but that was not the design intention.

from blazor-state.

szalapski avatar szalapski commented on July 18, 2024

I think I agree. Though I appreciate Pete's purity to the flux model, I don't see much benefit to that--it makes the complex things possible but doesn't make the simple things simple.

Now if only I could understand/find/contribute a better approach on #266 I would introduce Blazor-State to my team.

from blazor-state.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.