#Made these fairly basic websites with Qwik !

27 messages · Page 1 of 1 (latest)

tropic snow
#

Each website relies on the same qwik structure with a theming config setup.
Each website is connected to a Directus backoffice (full SSR, no SSG), and both backoffices are connected to a single custom crm.
Also, each form is using modular forms from @wicked jolt 🙂

http://ebfrance.com/
https://www.espritbois21.com/

tribal ice
#

Très sympathique! Et très complet! Sympa de voir des français utiliser Qwik 🔥

#

Sorry for the non French speakers 🙈

#

@tropic snow Do you know you can add prefetch prop on your Link tags to improve the UX on desktop?
(doesn't work well for mobile atm but still a nice improvement)

wicked jolt
#

Looks great!

lofty lintel
#

c'est bien executé! well done
@tropic snow , (1) seems you're using Analytics with Partytime – are you open to answer few question (my recent integration didn't work as expected). (2) do you use isNavigating to propagate the state of the routing ?

tropic snow
#

But it seems to work nicely just with the basic setup

lofty lintel
#

is it your own implementation of pictures ? (srcset per sizes)

tropic snow
#

Nope, @unpic/qwik + a bit of custom conf

#

But honestly the website could be optimised so much.
Images are loaded a bit slowly imho, this is due to Directus transform assets on the fly, but our server is pretty cheap/weak

#

But it will do the trick for now 🙂

lofty lintel
#

ok got 👌🏻

#

have you considered to statically generate pages, and trigger re-generations upon your backend events ?

tropic snow
#

Yup, i considered it, but I prefer having full SSR + with the different updates I would probably end up passing the cloudflare pages free tier build number

wicked jolt
tropic snow
visual terrace
#

très cool 🙂

dense escarp
tropic snow
sullen terrace
#

Quick question, how did you add the loading bar (and spinner) at the top of the page when clicking links (mobile)?

sullen terrace
#

@tropic snow

tropic snow
#

🙂

#

I did not update it for a while so I don't know if it still work with all the updates from Qwik, let me know and I'll update it if needed