Michael Amachreemichaelish.hashnode.dev·Nov 16, 2024Step-by-Step Guide to Integrating mdsvex, SvelteKit v5, and Tailwind CSS for Best PerformanceSetting Up mdsvex with SvelteKit v5 and Tailwind CSS: A Developer's Guide As developers, we love tools that make our workflow easier. One such tool is mdsvex, which allows us to seamlessly use Markdown within our Svelte components. When combined with...Discuss·1 like·60 readsmdsvex
olovaolova.hashnode.dev·Nov 15, 2024🌟 Introducing Olova: The Lightweight JavaScript Framework for Modern DevelopmentAre you tired of bloated frameworks that slow you down?Do you crave a developer-friendly framework that simplifies your coding experience without compromising performance? Meet Olova—the lightweight, intuitive, and fast JavaScript framework designed ...Discuss·1 likeolova
Okoye Ndidiamakaamikdigital.hashnode.dev·Nov 13, 2024Which Server-Side Rendering Framework to Choose: Next.js, Nuxt.js, or Sapper?Speed and SEO are crucial in today's digital space. For anyone looking to create dynamic, content-packed applications, SSR is one of the key ways to build high-performance and SEO-optimized web apps. But with the myriad SSR frameworks out there, whic...DiscussSSR
Nilay Barotnullbyte.hashnode.dev·Nov 10, 2024Building an AI-Powered Translator Using Svelte, TypeScript, and GenAI: A Journey in InnovationRecently, I had the opportunity to work on a project, you can check it out that combined modern web technologies with the power of GenAI, resulting in a fully AI-powered translation application. This project was built using Svelte and TypeScript, and...DiscussTypeScript
Alain IglesiasProblog.aiherrera.com·Nov 8, 2024Start Your Journey with Svelte 5: A Beginner's HandbookWhat Makes Svelte 5 Different? Svelte 5 is a compiler-based framework that takes a unique approach to web development. Unlike frameworks like React and Vue that use a Virtual DOM to manage reactivity, Svelte compiles your code to vanilla JavaScript d...Discuss·106 readsMastering Svelte 5Svelte5
Olga TashlikovichforSVAR UIsvar-widgets.hashnode.dev·Oct 28, 2024Benefits of Using SVAR Svelte Gantt in Your Project Management AppIf you’re looking for an effective way to visualize project workflows, you can’t overlook the Gantt chart option. It has been used in project management for decades, helping teams plan tasks and track progress and performance. Starting from charts d...DiscussSvelte
José Pablo Ramírez Vargaswebjose.hashnode.dev·Oct 24, 2024Learning the new Svelte v5 Reactivity SystemSo Svelte v5, the newest rendition of what probably is the best front-end framework in existence, has been released and it is vastly different from its previous version. The main difference lies at its core: How reactivity of variables is implemented...Discuss·108 readsSvelte v5Svelte
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Oct 24, 2024Svelte Dora Metrics: Shipping Updates Like Hotcakes; Their Engineering Pipeline is a Force to Reckon WithThink you’re building a to-do app. In React or Angular, the app would constantly update and manage a bunch of stuff behind the scenes as users interact with it. But with Svelte? It compiles those updates away during build time, leaving you with clean...Discuss100 Days of Dora Metrics Case StudiesSvelte
Rabinson Thapablog.rabinsonthapa.me·Oct 23, 2024Real-Time Crypto Price Tracker with Golang and SvelteIntroduction This project demonstrates how to leverage the WebSocket API to access live order book data for the BTC/USDT trading pair on Binance. You will learn how to calculate the average prices of bids and asks, and display the results on a simple...Discuss·35 readsGo Language
M B A R Kmbarkt3sto.hashnode.dev·Oct 22, 2024Svelte: Creating Reusable Components and LibrariesOne of the key strengths of Svelte is its ability to create reusable components that can be shared across different projects or even published as libraries. In this article, we will explore how to build reusable Svelte components, how to structure th...Discuss·10 likesSvelte