Singlepane/Multipane - Master/Details Decompose MVI #556
Replies: 2 comments 8 replies
-
That's too much code to evaluate. It would be nice if you could upload a reproducer project instead.
As far as I can see, you are not using your
Please check how are you working with your Stores. You have to use states somehow (e.g subscribe and do something). |
Beta Was this translation helpful? Give feedback.
-
I've been working on a project and have encountered some challenges. Considering your expertise, I was wondering if you could spare a moment to provide some guidance and assistance. I am going to use this as my future base project, so any suggestions will help me a lot, Your insights would be highly valuable in making improvements. Thank you in advance for your time. The most challenging things are use navigation as you can see in root component and Main component, and then have a Multipane in it, and implementing a TabView each tab have a unique component in this project which use side menu as a main module. Best regards.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use Master/Details approach, but I have a problem, can you check this please?
It's not change when I change the screen size
And Noting Happening by emitting on item click event
Project
Component
Screen
Contents
Store
StoreFactory
Project Multipane
Component
Screen
Contents
Singlepane
Component
Screen
Contents
Project List
Component
Store
StoreFactory
Screen
Contents
Project Details
Component
Project Details
Component
Store
StoreFactory
Screen
Contents
//TODO
Beta Was this translation helpful? Give feedback.
All reactions