Chris Elliselliscs.hashnode.net·Jan 31, 2023FeaturedA Business Case for SvelteKitI've been working at XtendOps for a year and a half now and we've seen tremendous growth in that time frame. When I joined, the company was around 600 employees and now we're closing in on 2000. I was hired to help achieve this growth, and it's been ...Ashish maurya and 1 other are discussing this2 people are discussing thisDiscuss·84 likes·7.5K readsSvelteExcellent article! This is a great example of how companies should leverage new technologies to power their processes. 5
Andreas Söderlundencodeart.hashnode.net·Jan 9, 2023FeaturedTypesafe i18n with SvelteKitCreating multi-language support for a website is a good example of how "rolling your own" is easy at first, but gradually becomes more complicated until the realization that using a library would've been wiser. But then the challenge is to select an ...Ayush Agarwal and 3 others are discussing this4 people are discussing thisDiscuss·35 likes·2.6K readsi18n
Oluwafemi Akinyemifemitosin.hashnode.net·Feb 21, 2023Build a High-Performing Ecommerce with Svelte and Medusa BackendIntroduction Online shopping, referred to as ecommerce or electronic commerce, involves purchasing and selling goods and services. The ease of use and security of online transactions has made them increasingly popular among individuals and businesses...Discuss·25 likes·114 readsSveltekit
Dessire UgarteforStrapistrapi.hashnode.net·Apr 12, 2023Next.js vs SvelteKit: Which One is Better for Your Next Strapi AppWeb development has evolved tremendously over the past decade, with the emergence of modern frameworks that simplify the development process and improve performance. Two such frameworks are Next.js and SvelteKit, which have gained significant popular...Discuss·1 likeStrapi
Stefan Skorpensko.hashnode.net·Apr 10, 2023Reset password via email with Supabase and SveltekitSupabase offer a method to reset your password via email. Most guides I found online skips the part where you detect the event from supabase and securely check that the user is allowed to change password. In the documentation it says that you can use...Discusssupabase
Shinichi Okadacodewithshin.hashnode.net·Mar 31, 2023Creating A Svelte Tabs Component With Slot PropsWhen creating Svelte components, you may need to expose the parent component values to the child component. The Svelte let directive can do that through a slot. In this article, we will create a Svelte tabs component using the let directive to expose...DiscussSvelte
Justin Rameljustindev.hashnode.net·Mar 9, 2023SvelteKit - Tailwind CSS SetupIntroduction Hello and welcome back to my series of technical blog posts on SvelteKit! In this post, I will be introducing my next topic which is integrating Tailwind CSS with SvelteKit. Tailwind CSS is a utility-first CSS framework that provides a s...Discuss·27 readsSvelteKitSveltekit
Justin Rameljustindev.hashnode.net·Mar 8, 2023SvelteKit - Create & UpdateContinuing from last time, we will explore the concepts behind Create and Update functionality and provide a step-by-step guide on how to implement it in your SvelteKit application. Let's get started! Server & Client Code In SvelteKit, the server-sid...Discuss·10 likes·44 readsSvelteKitSveltekit
Justin Rameljustindev.hashnode.net·Mar 6, 2023Introduction to SvelteKit: Getting StartedIn this post, I will introduce you to SvelteKit – a powerful and easy to use framework for building server-side rendered web applications. I've used the predecessor to SvelteKit, Sapper but things have moved on quite a bit since then so let's see how...Discuss·10 likes·50 readsSvelteKitSvelte
kylebuildsstuffkylebuildsstuff.hashnode.net·Mar 4, 2023Build a Blog with Sveltekit and MarkdownYoutube video Sveltekit is a phenomenal tool for the web. Not only is it a delight to code with but it also ships minimal JS bundles that’s about as close as you can get to writing plain JS with a framework. It’s also great for making blogs. Markdown...Discuss·88 readsSvelte
Oduah Chigozieghoulkingr.hashnode.net·Feb 25, 2023Server side rendering in SvelteKitThis article provides a guide on how to build a server-side rendered application, covers the key concepts and techniques needed to create one, and shows you how to set up the development environment. Server-side rendering happens when a server genera...Discuss·30 readsSveltekit
Oluwafemi Akinyemifemitosin.hashnode.net·Feb 21, 2023Build a High-Performing Ecommerce with Svelte and Medusa BackendIntroduction Online shopping, referred to as ecommerce or electronic commerce, involves purchasing and selling goods and services. The ease of use and security of online transactions has made them increasingly popular among individuals and businesses...Discuss·25 likes·114 readsSveltekit
Hidayah Ramadlanaramadlana.hashnode.net·Feb 18, 2023Add External Javascript Library for Svelte or SvelteKitWhen we work with Javascript frameworks chances are we need to import external javascript for example importing template built-in js or maybe any legacy external javascript that you need to use on your App Here are a few ways to import external js on...Discuss·33 readsSvelte