- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!
- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!
So many new APIs to try out along with some important changes.
We've also detailed 4 (!) new large Experimental APls that we are actively looking for feedback on:
💅🏻 Styles!
🚥 Grid
💪🏻 FlexBox
🎞️ MediaQuery
android-developers.googleblog.com/2026/04/jetp...
So many new APIs to try out along with some important changes.
We've also detailed 4 (!) new large Experimental APls that we are actively looking for feedback on:
💅🏻 Styles!
🚥 Grid
💪🏻 FlexBox
🎞️ MediaQuery
android-developers.googleblog.com/2026/04/jetp...
- docs svelte.dev/docs/svelte/...
- docs svelte.dev/docs/svelte/...
github.com/flutter/flut...
github.com/flutter/flut...
a MediaQuery class and a reduced motion instance to respect users need in a blast
- docs svelte.dev/docs/svelte/...
- demo svelte.dev/playground/8...
there's more!
a MediaQuery class and a reduced motion instance to respect users need in a blast
youtu.be/BKyENJQ6KdQ
youtu.be/BKyENJQ6KdQ
// end of thread
// end of thread
When you call MediaQuery.of(context) inside a build method, the widget will rebuild when any of the MediaQuery properties change.
But there's a better way that lets you depend only on the properties you care about (and minimize unnecessary rebuilds). 👇
When you call MediaQuery.of(context) inside a build method, the widget will rebuild when any of the MediaQuery properties change.
But there's a better way that lets you depend only on the properties you care about (and minimize unnecessary rebuilds). 👇
1️⃣ Use const for widgets to boost performance.
2️⃣ Embrace setState wisely; optimize for small updates.
3️⃣ Leverage Provider for state management.
4️⃣ Test with Flutter DevTools.
5️⃣ Design responsive UIs with MediaQuery.
#FlutterDev #MobileApps
1️⃣ Use const for widgets to boost performance.
2️⃣ Embrace setState wisely; optimize for small updates.
3️⃣ Leverage Provider for state management.
4️⃣ Test with Flutter DevTools.
5️⃣ Design responsive UIs with MediaQuery.
#FlutterDev #MobileApps
```
@mediaQuery("(prefers-reduced-motion: reduce)")
public prefersReducedMotion = false;
```
#webcomponents
github.com/goauthentik/...
```
@mediaQuery("(prefers-reduced-motion: reduce)")
public prefersReducedMotion = false;
```
#webcomponents
github.com/goauthentik/...
Wrap your NavigationBar with MediaQuery and use the removePadding to get rid of the bottom padding
Wrap your NavigationBar with MediaQuery and use the removePadding to get rid of the bottom padding
#TailwindCSS #PrintStyles #MediaQuery #WebDev #FrontendTips #TailwindConfig
www.youtube.com/watch?v=FvVA...
#TailwindCSS #PrintStyles #MediaQuery #WebDev #FrontendTips #TailwindConfig
www.youtube.com/watch?v=FvVA...
🍀 anki and banki #100devs
🍀 fixed a little bug in onlyBangers, I accidentally called removeEventListener on a boolean 🤦♀️ fixed to an object
🍀morning was spent getting braces adjusted (yay front bands are gone!) & visiting the local nursery
🍀 anki and banki #100devs
🍀 fixed a little bug in onlyBangers, I accidentally called removeEventListener on a boolean 🤦♀️ fixed to an object
🍀morning was spent getting braces adjusted (yay front bands are gone!) & visiting the local nursery
mediaquery.style
#frontend #css #mediaquery #netlify #nextjs #webdev #mediaqueries #sideproject
mediaquery.style
#frontend #css #mediaquery #netlify #nextjs #webdev #mediaqueries #sideproject
The only thing that sucks is that ```@mediaQuery("(grid: 1)")``` is mostly worthless because most devices where it would be true don't support CSS or JavaScript.
The only thing that sucks is that ```@mediaQuery("(grid: 1)")``` is mostly worthless because most devices where it would be true don't support CSS or JavaScript.
Use MediaQuery's static methods...you know you want to
https://code-on-the-rocks.web.app/tips/easy-mediaquery/
Use MediaQuery's static methods...you know you want to
https://code-on-the-rocks.web.app/tips/easy-mediaquery/
The MediaQueryExt and deps to lead to canonical layouts
open.substack.com/pub/fredgrot...
#FlutterDev
The MediaQueryExt and deps to lead to canonical layouts
open.substack.com/pub/fredgrot...
#FlutterDev