JavaScript Framework Reality Check: What’s Actually Working, by @TheNewStack:
https://thenewstack.io/javascript-framework-reality-check-whats-actually-working/
JavaScript Framework Reality Check: What’s Actually Working, by @TheNewStack:
https://thenewstack.io/javascript-framework-reality-check-whats-actually-working/
How Long Does It Take to Load a Website with Bootstrap 5? 🇺🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/time-load-web-bootstrap-5/
¿Cuánto Tardan en Cargar Una Web con Bootstrap 5? 🇪🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/tiempo-cargar-web-bootstrap-5/
#programming #coding #webdevelopment #devs
#softwaredevelopment #react #vue #angular #svelte #qwik #solidjs #bootstrap
Between diapers 👶 baby books and frontend frameworks 💻
In the past, I kept failing to set up my own blog because I couldn't decide on a frontend framework. I wanted to try out multiple options, evaluate the pros and cons, and then make the "right" choice. VitePress, #solidjs, #astrojs, #nuxt Content, #Qwik —I wanted to experiment with them all.
With a 2-month-old baby, my requirements have completely changed: it needs to be quick and easy, using methods I already know or that are entirely self-explanatory. I want to focus on writing the blog articles, not implementing the website
Now, I’ve started a project with 11ty (https://www.11ty.dev/). Was it a good decision? What do you think? 😊
Anybody around using #qwik #js framework? Technically, I love the "Resumability over Hydration" approach and that the team chose #vite. Practically, the whole system feels veeery immature, especially when working with libraries (e.g. socket.io or leaflet). As everything is async and the state is randomly split and shared between server and client, debugging errors becomes kind of nuts if not impossible.
What are your experiences? Anybody running this monster in production?
#Development #Techniques
The hype around signals · How signals reshaped our approach to UI reactivity https://ilo.im/1613s6
_____
#Signals #Reactivity #Library #Angular #Qwik #SolidJS #Svelte #VueJS #WebDev #Frontend
Towards #Qwik 2.0: Lighter, Faster, Better
We already talked about Why using Micro Frontend and How to use it. But now let’s explorer a working example to understand it better.
I thought this post on Twitter about the #CoreWebVitals of the homepages of #javascript tools and frameworks was interesting, and I thought I’d cross post it here
🛠️ It uses this tool: https://page-speed.dev/
Here’s how some of my favorite tools do: @eleventy, @astro, @deno_land Fresh, #Qwik
🐥 Original post: https://x.com/fredkschott/status/1756407637087010947?s=61&t=9qVqQJY7E1ikFhtau9dXug
Think #qwik: Qwik is very similar to other web frameworks at a high level. Qwik is a framework that renders a tree of components resulting in an interactive application.
The unique part of Qwik is not in what it does but in how it achieves its goals. Qwik's goal is to have instant-on applications, even on mobile devices.
Ported the website of the famous internet radio station Dinxper FM to #qwik + #qwikcity . It features an audio player (duh!) w/ custom controls.
The custom constrols are reused on the listing page of past broadcasts. The broadcasts themselves are listed and streamed from an FTP server.
Have a look right here: https://qwik-dinxperfm-nl.toffe.site
I had a great conversation @allthingsopen with Miško Hevery, creator of #Angular and #Qwik. We discussed the importance of performant JavaScript and maintaining great developer AND user experience. Enjoy and please subscribe! https://openatintel.podbean.com/e/performant-javascript-with-qwik/ #openSource #JavaScript #podcast
→ #Qwik’s unique approach to rendering can result in faster initial render times, as it sends HTML to the client first & then progressively enhances the app.
However, as more of the page is interacted with, more JS will be loaded, which could impact runtime performance. 🤔
⬇️
→ Instead of sending JS to the client & then rendering, #Qwik sends server-rendered HTML to clients, and then the clients “resume” where the server left off, becoming interactive if & when required in an incremental manner.
This results in extremely fast initial rendering.💡
→ Similarly, @TauriApps is built for efficiency. Utilizing a Rust backend and the system’s webview for rendering the frontend, it offers a small binary size and a low memory footprint.
⬇️
Qwik + Tauri 🤝
@qwikdev and @TauriApps represent a novel combination for creating performant, secure, and lightweight apps!
👇👇👇
→ #Qwik is a modern JavaScript framework optimized for maximizing First Contentful Paint speed by prioritizing above-the-fold content.
Qwik is designed with a unique approach to rendering called resumability.
⬇️
#Development #Reviews
Things you forgot (or never knew) because of React · “The world which crowned React king no longer exists.” https://ilo.im/14uklm
_____
#WebDev #Frontend #Frameworks #Libraries #React #Astro #Fresh #Qwik #Preact #Solid #Svelte #Vue