Answer the question
In order to leave comments, you need to log in
How to design a responsive spa app?
Question about layout and routing. Mobile application screens are smaller in capacity, therefore there are more screens. In the desktop version, the situation is reversed. Consequently, the handlers are also different: in one case, this is a transition to a new screen, in the other, opening a modal window. Does this mean that adaptive layout is not applicable for applications and you will have to make different views on different devices? Or is it still possible to competently build adaptive applications? It is desirable to use dynamic loading of modules in this case.
I use Angular, I'm starting to learn Ionic.
Answer the question
In order to leave comments, you need to log in
Does this mean that adaptive layout is not applicable for applications and you will have to make different views on different devices
The ideology of the components is precisely that one component would be described so that it could be reused in several places. Thanks to this, you do not copy a bunch of code 500 times in different places.
As for adaptability, there are a bunch of different grids that allow you to layout without fear for adaptability.
Examples: bootstrap or material ui
If the screens are very different, I would suggest making 2 different applications, but with partially shared components (that look the same or almost the same). Otherwise, the complexity of layout can easily go beyond reasonable limits.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question