Matteo Gassendmatfire.hashnode.dev·20 hours agobuilding a basic markdown editor: unified, trees and dataAs you have probably guessed from the previous articles in this series (go read them if you haven't, btw), the main thing when building a markdown publishing webapp, is the markdown editor itself. But not all editors are born equal; there are many w...DiscussmagieditSvelte
Joel Jaisonjoeljaison.hashnode.dev·Sep 30, 2023Mastering Event Handling in SvelteIn the previous tutorial, we learned how to loop through data and dynamically generate HTML elements using Svelte's {#each} block. Today, we'll take our skills a step further and learn how to handle events, specifically how to pass data to event hand...Discuss·2 likes·161 readsSvelte
Joel Jaisonjoeljaison.hashnode.dev·Sep 26, 2023Why Svelte Shines- The Out-of-the-Box Choice for Web DevelopmentIn the ever-expanding universe of web development tools, Svelte has emerged as a shining star, earning the reputation of being the "out-of-the-box" choice for building modern web applications. What makes Svelte stand out? Let's delve into the reasons...DiscussSvelte
Joel Jaisonjoeljaison.hashnode.dev·Sep 25, 2023Mastering Conditional Rendering and Lists in SvelteIn the previous assignment, you had the task of creating a counter and exploring the functionality of components in Svelte. Today, our focus will shift towards mastering the art of conditionally rendering components and efficiently rendering lists us...DiscussLet's Master SvelteSvelte
Matteo Gassendmatfire.hashnode.dev·Sep 25, 2023end-to-end encryption with sveltekitIntroduction Now that Magiedit is kind of done (except for user experience, I guess), I figured I had to tackle the security / sync of notes; at the beginning of this project, I thought I could store everything locally (first versions did not even ha...DiscussmagieditSveltekit
Joel Jaisonjoeljaison.hashnode.dev·Sep 24, 2023Unlocking the Power of Svelte: Mastering BindingsHi guys, today we learn about variable binding and its reactivity. I hope you guys have done Assignment #1. Okay, then let's go straight to our topic. So, previously, we stopped after just making that demo skeleton. Your folder structure looks someth...DiscussLet's Master SvelteSvelte
Joel Jaisonjoeljaison.hashnode.dev·Sep 23, 2023Getting Started with Svelte: A Comprehensive Tutorial SeriesIntroduction Hey there, fellow learners! I'll be straight with you—I'm not a fan of those cookie-cutter tutorial templates that follow the usual intro, content, and conclusion formula. So, for this entire tutorial series on Svelte, we're going off-sc...DiscussLet's Master SvelteSvelte
Matteo Gassendmatfire.hashnode.dev·Sep 18, 2023Publishing articles to multiple platforms with decorators and interfacesI have been working on magiedit for a while now, and a few days ago I finally merged the pull request implementing one of the main ideas I had when I started building this tool; publishing an article to different platforms at once. For now, the only ...DiscussmagieditSveltekit
Travis Horntravishorn.com·Sep 8, 2023Uploading and Saving Files with SvelteKitRecently, while working on a project, I needed to add a feature to allow users to upload a file and save it on the server. I did quite a bit of searching for a working solution. However, many of the answers I found were outdated, used features I didn...Discuss·123 readsSvelte
Rodney Lab - Content Site WebDev & Serverlessrodneylab.hashnode.dev·Aug 28, 2023SvelteKit Form Example🤞🏽 Making your SvelteKit Form Work We start with some basic SvelteKit Form example snippets, in this post. SvelteKit form issues are one of the topics I get asked for help on most often. So, with the basic example out of the way, we look at 10 pit...DiscussSveltekit