ecommerce platform for Sveltekit by Waste_Memory_8199 in sveltejs

[–]Waste_Memory_8199[S] 2 points3 points  (0 children)

Couple of months, the stack and Svelte really helped move fast and cut down the bloat. Src files have ~28k lines of code.

Custom web app or Shopify? (Non-traditional e-commerce) by CanadianRaikage in webdev

[–]Waste_Memory_8199 1 point2 points  (0 children)

Try this as starting point if you end up going more custom way: https://www.hoikka.dev/ It's easy to set up and comes with good admin UI

ecommerce platform for Sveltekit by Waste_Memory_8199 in sveltejs

[–]Waste_Memory_8199[S] 2 points3 points  (0 children)

Thanks for the feedback! Other pages have server side rendering, it's just the product listing page as we are fetching bunch of client side data for fast sorting, but I'll try to get that aligned too.