Search Articles — Sudonull

Search Results

In this project

Responsive chat for mobile: React components

https://sudonull.com/responsive-chat-for-mobile-react-components

Study the implementation of mobile chat responsiveness on WebView: MobileBottomNav, optimized input, RNNoiser. Code and architecture for middle/senior dev. Read the details.

From other projects

Iran threatens response: warships in the Strait of Hormuz

https://ymaho.com/iran-threatens-response-warships-in-the-strait-of-hormuz

Analysis of Iran's threats to the West over Hormuz: how IRGC submarines and exercises change the balance. Discover Tehran's hidden motives and a 30-day forecast.

Houthi threats to Israel: response to escalation in Lebanon

https://ymaho.com/houthi-threats-to-israel-response-to-escalation-in-lebanon

Analysis of Houthi statement on a massive response to Israel in case of escalation in Lebanon. Real reasons for threats, benefits, and hidden motives. Read more.

Lebanese Front: Israeli Strikes and Hezbollah's Response

https://ymaho.com/lebanese-front-israeli-strikes-and-hezbollah-s-response

Israel and Hezbollah on the Brink of Ceasefire Collapse: Intense Fighting, New Drones, and Negotiations in Washington. Find out what lies behind the escalation.

Chelsea CL Crisis: Palmer Warning & Rosenior Response

https://lrivo.com/chelsea-cl-crisis-palmer-warning-rosenior-response

Chelsea's Champions League hopes fading fast. Cole Palmer says 'everything changes' if they miss out. Rosenior disagrees — but admits financial pain ahead. Read why.

From the web

Apr 12, 2024 ·

https://www.reddit.com/r/css/comments/1c24nl6/finally_understand_responsive_design/

Apr 12, 2024 · Achieving responsive design is a balancing act, requiring a blend of CSS finesse and strategic JavaScript. By understanding and applying the seven key concepts outlined above, developers can create websites that are not only visually appealing but also adaptable across all the necessary devices.

Mar 15, 2023 ·

https://www.reddit.com/r/web_design/comments/11s8wqa/whats_the_current_best_way_for_responsive_design/

Mar 15, 2023 · This is the core concept of mobile first responsive designs . No fixed width values. You use percentages and max widths so elements grow with the screen size and stop at their maximum width that’s in the design. By using this methodology and clamps, that’s like most of it.

May 30, 2021 ·

https://www.reddit.com/r/webdev/comments/nomxxe/responsive_design_when_should_you_use_or_px_values/

May 30, 2021 · I'm designing a website and I had a question about making the website responsive . Normally, I'm coding my CSS using % value for better responsiveness , but I discovered a little trick that make things much better for certain things like paragraph by using a max-width in px and a width in %.

Mar 19, 2022 ·

https://www.reddit.com/r/Frontend/comments/ti1bca/easiest_way_to_make_website_responsive_on_all/

Mar 19, 2022 · If you're not trying to pin design to exact screen size, this approach works by removing the need to target specific devices. The integrity of the design itself at each breakpoint ensures that it will hold up at any size.

Feb 11, 2022 ·

https://www.reddit.com/r/webdev/comments/spxjo2/i_suck_at_responsive_designs_how_can_i_learn_to/

Feb 11, 2022 · It’s a playlist building a real clients website from scratch in html and css, mobile first, and how to make it responsive . Literally every action and decision is explained and why as well as the thinking process behind the decisions.

Dec 22, 2023 ·

https://www.reddit.com/r/webdev/comments/18o31dg/good_resources_to_learn_responsive_design/

Dec 22, 2023 · I want to try and do the same with responsive design , but I'm not sure where I should look. Does anyone have any resources they think are particularly good for learning responsive web design ?

Apr 19, 2021 ·

https://www.reddit.com/r/webdev/comments/mtwn0q/whats_the_bestmost_convenient_way_to_check/

Apr 19, 2021 · I think that the better approach to all this is to rethink the way most developers approach what they call " responsive design ". It's better to aim for fluid design (dynamic and fluid scaling) with a good design system that uses custom properties for colors, selected to ensure contrast.

Sep 20, 2023 ·

https://www.reddit.com/r/css/comments/16nhtq1/what_are_the_best_css_practices_you_adopt_to_make/

Sep 20, 2023 · To make responsive websites , adopt a mobile-first approach, use relative units (em, rem, %), and leverage Flexbox and Grid for layouts. Tools like Pixefy can help you preview your designs on various devices easily.

Aug 25, 2023 ·

https://www.reddit.com/r/webdev/comments/160xxo0/am_i_just_bad_at_webdev_or_is_responsive_design_a/

Aug 25, 2023 · The Bootstrap grid is the basis for most responsive design on the web. Read the css on the .row and .col classes and you will have a solid understanding of responsive web.

Trending Now