dimitris plastaras (@dplastaras) 's Twitter Profile
dimitris plastaras

@dplastaras

Keep learning new things every day...

ID: 2868780346

calendar_today09-11-2014 10:42:58

378 Tweet

74 Followers

165 Following

Simon H (@dummdidumm_) 's Twitter Profile Photo

The Svelte 5 preview site now runs on Svelte 5! It's a mix of content-heavy stuff (docs) and high interactivity (REPL), using our own site-kit library. Notably, none of the code is using runes mode yet! Here's everything we had to change 👇

The Svelte 5 preview site now runs on Svelte 5! It's a mix of content-heavy stuff (docs) and high interactivity (REPL), using our own site-kit library. Notably, none of the code is using runes mode yet! Here's everything we had to change 👇
matia 🇭🇷 (@joyofcodedev) 's Twitter Profile Photo

If your Svelte transitions don't work as expected try using the `global` modifier because transitions are `local` by default and only play if the block is the direct parent. svelte.dev/repl/644f1b334…

If your Svelte transitions don't work as expected try using the `global` modifier because transitions are `local` by default and only play if the block is the direct parent.

svelte.dev/repl/644f1b334…
Adam Argyle (@argyleink) 's Twitter Profile Photo

#CSS by Chris Coyier - Container Queries (Size & Styles) - Container Units - :has() - View Transitions - Nesting - Scroll-Driven Animations - Anchor Positioning - Scoping - Cascade Layers - P3 Colors - Color Mixing - Margin Trim - Text Wrapping - Subgrid frontendmasters.com/blog/what-you-…

#CSS by <a href="/chriscoyier/">Chris Coyier</a>
- Container Queries (Size &amp; Styles)
- Container Units
- :has()
- View Transitions
- Nesting
- Scroll-Driven Animations
- Anchor Positioning
- Scoping
- Cascade Layers
- P3 Colors
- Color Mixing
- Margin Trim
- Text Wrapping
- Subgrid

frontendmasters.com/blog/what-you-…
Script Raccoon (@scriptraccoon) 's Twitter Profile Photo

Anthony Alaribe {···} 🤫 CSS is already a programming language, and of course you can also achieve all of this easily with Vanilla CSS. 👉 scriptraccoon.dev/blog/tailwind-…

Fanilo Andrianasolo (@andfanilo) 's Twitter Profile Photo

🌸 I'm done playing with FastHTML + TailwindCSS My thoughts: the mapping of FastHTML's ft calls to actual HTML is so close, it feels like writing HTML in Python Which means it plays well with librairies that "extend" HTML like HTMX and TailwindCSS If this is you: give it a go!

Fanilo Andrianasolo (@andfanilo) 's Twitter Profile Photo

🌸 Streamlit 1.39 fresh out of the oven :) And tucked in the "other changes": 🔑 Widget keys appear as HTML classes in the DOM with an st-key- prefix 🎉

🌸 <a href="/streamlit/">Streamlit</a> 1.39 fresh out of the oven :)   

And tucked in the "other changes": 🔑 Widget keys appear as HTML classes in the DOM with an st-key- prefix  

🎉
Fanilo Andrianasolo (@andfanilo) 's Twitter Profile Photo

🌸 Last week, I quickly built a Streamlit dashboard with the objective of replicating it in other web frameworks, from Reflex/FastHTML to Next.js/Astro Since some of you asked for the Streamlit source code: github.com/andfanilo/supe…

🌸 Last week, I quickly built a Streamlit dashboard with the objective of replicating it in other web frameworks, from Reflex/FastHTML to Next.js/Astro

Since some of you asked for the Streamlit source code: github.com/andfanilo/supe…
Isaac Flath (@isaac_flath) 's Twitter Profile Photo

There are lots of HTMX examples on the FastHTML Gallery thanks to fantastic community contributors 🤩 Check them out @ gallery.fastht.ml

There are lots of HTMX examples on the FastHTML Gallery thanks to fantastic community contributors 🤩
 
Check them out @ gallery.fastht.ml
Isaac Flath (@isaac_flath) 's Twitter Profile Photo

🧵Just published a "FastHTML Applications 1" tutorial! It's a great way for Python developers who want to start building web apps to dive straight into code. isaacflath.com/blog/blog_post…

Isaac Flath (@isaac_flath) 's Twitter Profile Photo

FastHTML + HTMX offers a simpler path for building interactive web apps where simplicity and speed matter more than cutting-edge design features. Let's look at the 4 foundations of HTMX in FastHTML isaacflath.com/blog/blog_post…

Jeremy Howard (@jeremyphoward) 's Twitter Profile Photo

Did you know that Chrome just added a new feature to workspaces, that automatically connects your app to your filesystem, so you can instantly change css/js/etc and even save the changed files? FastHTML now supports this, as I demo in this vid: youtu.be/576ouCQ6mlk

Jeremy Howard (@jeremyphoward) 's Twitter Profile Photo

It's great that Anthropic Claude 4 is now pretty good at writing FastHTML/fastlite applications!😍 Sometimes it writes a bit more code than is needed, since it doesn't fully understand idiomatic patterns. This new guide is written to help Claude: fastht.ml/docs/ref/best_…