CrabNebula · @crabnebula
36 followers · 112 posts · Server fosstodon.org

’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. 🤔

⬇️

#Qwik

Last updated 1 year ago

CrabNebula · @crabnebula
36 followers · 112 posts · Server fosstodon.org

→ Instead of sending JS to the client & then rendering, 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

Last updated 1 year ago

CrabNebula · @crabnebula
36 followers · 109 posts · Server fosstodon.org

Qwik + Tauri 🤝

@qwikdev and @TauriApps represent a novel combination for creating performant, secure, and lightweight apps!

👇👇👇

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.

web.dev/fcp/

⬇️

#Qwik

Last updated 1 year ago

Hasan Ali · @hasanhaja
15 followers · 229 posts · Server fosstodon.org

@fogoplayer This is a more nuanced look at reactivity in different frameworks 🔗 builder.io/blog/reactivity-acr

I’ve been looking for this link for ages! I saw Miško Hevery give this blogpost as a talk live a few months ago and I think it’s very well put together

#reactjs #reactivity #Qwik #solidjs

Last updated 1 year ago

Dotan Horovits #CNCFAmbassador · @horovits
179 followers · 249 posts · Server fosstodon.org
Gianluca La Manna · @thecoder93
7 followers · 11 posts · Server mastodon.uno

The first pull request is done. 🎉

Special thanks to 🌟 Giorgio Boa 🌟 because I've been asking him for some time: 'Tell me, how can I contribute to the world of open source?'

✨ It's simple. Just go to my repository and create a pull request. Don't be afraid. If it doesn't go well, your PR will be rejected. That's it.

👨‍💻Just a few minutes on a call, and boom💥
A new PR for this project: a frontend library for .

#Qwik

Last updated 1 year ago

Danny Blue · @deebloo
161 followers · 913 posts · Server indieweb.social

1.0 is here! builder.io/blog/qwik-v1 you can listen to The Web Platform Podcast chat with Misko about this new approacg. pca.st/episode/ca176018-0f19-4

#Qwik

Last updated 2 years ago

Maciek Palmowski · @palmiak
153 followers · 37 posts · Server mas.to

☕️ Wake up and smell the coffee because the next episode of The Code and Coffee Show is just around the corner!

Get ready to dive into the enchanting realm of with Giorgio Boa and yours truly.

Discover the ins and outs of Qwik and learn how to kickstart your journey with it. Don't forget to mark your calendars and join us: youtube.com/watch?v=-jkfp8zf9O

#Qwik

Last updated 2 years ago

Inushin · @inushin
23 followers · 190 posts · Server noc.social

looks pretty cool 👌👌

#Qwik

Last updated 2 years ago

Danny Blue · @deebloo
134 followers · 707 posts · Server indieweb.social

has made it to RC! huge congrats to the team. builder.io/blog/qwik-rc-milest

#Qwik

Last updated 2 years ago

nosh :fosstodon: · @nosherwan
401 followers · 2650 posts · Server fosstodon.org

@ro Good question.

& & are able to do the stuff that they do, including resumeablilty and fine grained reactivity because they take the code and compile it into an optimised format.

React.js does everything at runtime, they say they are working on a compiler but it is atleast a year away.

I think next.js is the same...

#Qwik #solidjs #svelte

Last updated 2 years ago

François Zaninotto · @francoisz
434 followers · 122 posts · Server fosstodon.org

Is useSignal() the Future of Web Frameworks? It sure is the current trend, but I think this should be a compiler optimization. builder.io/blog/usesignal-is-t

#react #solid #Qwik

Last updated 2 years ago

Joe Bartlett · @redoPop
4 followers · 47 posts · Server toot.cafe

It’s unlike me to crave churn in FED, but I feel very hopeful about new approaches & ideas, e.g. in & . They’re blowing alway old ideas to fix the root causes of problems instead of grafting on workarounds.

#solidjs #Qwik

Last updated 2 years ago

Graham Ashton · @gma
98 followers · 95 posts · Server hachyderm.io

I'm about an hour in to @mhevery's Qwik workshop on Frontend Masters. Very impressed so far.

I suspect we've finally got a framework for building interactive web apps that's as easy to use as the best SPA framework, without any of the terrible "usability and performance fail" that caused me to avoid them for an entire decade.

Which is huge. 👏🚀🎉💯

#frontendmasters #Qwik

Last updated 2 years ago

nosh :fosstodon: · @nosherwan
399 followers · 2542 posts · Server fosstodon.org

In Qwik you can create server functions anywhere in your code.

Probably because they are doing module extractions in the code.

twitter.com/manucorporat/statu

@jlarky this is interesting.




#Qwik #webdev #frontend #framework

Last updated 2 years ago

nosh :fosstodon: · @nosherwan
400 followers · 2518 posts · Server fosstodon.org

@cassidoo nice.
Have you looked at ?

#Qwik

Last updated 2 years ago

jrende · @jrende
1 followers · 4 posts · Server indieweb.social

Even though I'm making a SPA, I am actually critical towards using SPA:s for everything. If a site is 90% static content with some interactivity, why does it need megabytes of JS just to render? I'm tempted into trying , it seems to have good ideas.

#Qwik

Last updated 2 years ago

Sean McP · @seanmcp
65 followers · 46 posts · Server fosstodon.org

🚀 I published v0.1.1 of npm.im/qwik-emoji this morning!

This was my first experience working with , and it was pretty nice. Looking forward to what the team builds.

seanmcp.com/articles/publishin

#Qwik #opensource #javascript #typescript

Last updated 2 years ago

nosh :fosstodon: · @nosherwan
390 followers · 2296 posts · Server fosstodon.org

@nathansmith yes I have looked into it, however I am really liking it has a similar paradigm, most of the same hooks as react.js, technically it should have the fastest rendering due to resumability.

#Qwik

Last updated 2 years ago

Brian David · @bcdavid
12 followers · 310 posts · Server hachyderm.io

The latest JS Party goes into a deep dive on Qwik, and there is some wild stuff in there. The section on prioritizing when and how client JS loads based on user analytics blew my mind.

changelog.com/jsparty/261

#Qwik

Last updated 2 years ago