Giter Club home page Giter Club logo

Comments (3)

jpeyper avatar jpeyper commented on June 16, 2024

Hi @remy-poirier and thanks for your question.

Sorry in advance for typos, I'm on my phone.

If I understood correctly, you've got a namespace structure similar to

parent
- tab1-main
- tab2-details

Where the tabs are direct siblings of each other (in subspace terms, not necessarily in react).

What you need is access to the parent subspace's dispatch to fire namespace action into, so it doesn't get wrapped with tab1-main

@mpeyper can probably suggest better ways to get access to that dispatch, but at a basic level you could pass it as a prop to your Tab components (assuming you're using React).

Does that make sense to you? If not I'll try to setup a code sandbox later today to demonstrate when I'm on my laptop.

Other option could also include using a custom redux middleware that can consume and redirect an action to the correct subspace (if this could be made generic enough it might fit as a new feature for subspace, as we also sometimes struggle with this same problem at IOOF). But I suspect if you could do this, you'd already have a unique enough action name to be able to use a global action.

And finally, if you have these kinds of complex interactions between subspaces, you might find yourself constantly fighting against redux-subspace's encapsulation of state and actions. redix-subspace may not be correct solution for your project (but I'm hoping we can figure something out for you).

from redux-subspace.

mpeyper avatar mpeyper commented on June 16, 2024

Yes, @jpeyper is correct, the only way to achieve this is to us the parent subspace's dispatch function.

We recently added a new feature called "Parent Spaces" which is exactly this. Assuming you are using react, you can use the ParentSpaceProvider component or parentSpaced HOC and dispatch the namepspacedAction from a component rendered within it and it will have the expected namespace applied.

If you are not using react, there is the parentSpace helper function which can be called on any store created by the subspace function.

If you want to dispatch this from within a thunk or other middleware that provides the dispatch without the store, then you might have to get creative and write your own version of it that supports the parentSpace feature (and share the result with us so we can see if it has a place in the supported packages).

from redux-subspace.

mpeyper avatar mpeyper commented on June 16, 2024

Closing due to inactivity. Happen to reopen if mre discusison is required.

from redux-subspace.

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.