Possible to invalidate/provide tags between reducers? #1384
              
                Unanswered
              
          
                  
                    
                      mweiss9676
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 3 replies
-
| It is not intended. If they should invalidate each other, they clearly belong into the same api. Generally, you should have only one api except in very rare edge cases where you talk to different servers with completely different datasets. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I have my application split into multiple reducers with their own reducerPaths. When I provide tags in one reducerPath and invalidate them in another nothing happens. For instance I have an 'Orders' tag being provided in my 'api/admin/orderitems' reducerPath and I'm trying to invalidate that tag in my 'api/admin/orders' reducerPath. Is this possible to do?
Beta Was this translation helpful? Give feedback.
All reactions