Design comparison
Solution retrospective
Looking for feedback for anyone who's used Qwik.
This was my second project working with Astro and my first time using Qwik. After my first project, I decided I wanted to try incorporating another framework into Astro to help with reactivity and simplify some of the more laborious code required to access the DOM in Astro.
I chose Qwik as the framework because Qwik but default does not load Javascript to the DOM. It seemed like a great fit and overall it worked very well.
This project took me way longer than I hoped, in part because of the holidays, but also because I had a large learning curve transitioning from vanilla javascript to JSX, using props, storing state etc.
A few limitations were using the two together. I found that I couldn't make use of the image functionality from Astro because most of the code was run in Qwik. I couldn't use the image functionality in Qwik because I wasn't using Qwik City (not compatible with Astro to my knowledge).
As a result, I had to save the images into the Public folder because they wouldn't load for some reason in the src folder.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord