Responsive UI
#762
-
Can you provide a reference static page code for knowing how to make the page responsive? |
Beta Was this translation helpful? Give feedback.
Answered by
amitu
Mar 21, 2023
Replies: 1 comment
-
To make a site responsive you have two techniques. One is to use Later approach avoid explicit if condition so your code is slightly leaner, also for built in stuff we can do more optimisations going forward. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amitu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To make a site responsive you have two techniques. One is to use
if
conditions explicitly (example). A better approach is to use our built in support for responsiveness for font, and length.Later approach avoid explicit if condition so your code is slightly leaner, also for built in stuff we can do more optimisations going forward.