Responsie UI

0
"Hi everyone, I'm having trouble with making my UI responsive across different screen sizes. I'm using CSS (and sometimes inline styles) in the React component, and I've tried using flexbox, grid, and media queries — but the results are inconsistent when integrated into the Mendix app. Can anyone share best practices or point out common mistakes to avoid when building a fully responsive UI? Any help or resources would be appreciated!"
asked
1 answers
0

Hello ;) 

 

There are some interesting references online that could give you some idea by reading them. 

 

For example:

 

How to style Responsive Apps

Style your App with Sass

How Does Mendix Support Different Screen Sizes & Devices?

 

Personally I wouldn't go for custom code. I wouldn't use React unless there's a really good reason to. Try to reuse all the widgets and styling components the atlas framework provides you or the styling module of the company you're working for (if that exists)

 

 

answered