TheJsTutorials
RSS FeedA software development blog covering topics & tutorials related to the web, javascript, react, solid, svelte, bun, deno, node, developer tools and framework like nextjs, astrojs, sveltekit and much more.
Featured
What's New in Bun v1.2 - Faster, More Reliable, and Packed with Features
Published: at 03:34 PMDiscover the latest updates in Bun v1.2! Explore improved performance, enhanced Windows support, new shell features, and TypeScript parsing fixes. Perfect for developers seeking a faster JavaScript runtime.
Astro Actions - Seamless Communication Between Client and Server Code
Published: at 12:35 PMAstro Actions are a powerful feature in Astro that allows you to define and call backend functions with type-safety, including how to define and call actions, handle returned data, and error handling.
Mastering Async Fetching in Svelte 5 - A Practical Guide
Published: at 12:35 PMLearn how to handle asynchronous data fetching outside the load function in Svelte 5 using a custom resource function, with full control over reactivity and error handling.
Creating an Interactive Color Picker with Svelte 5
Updated: at 02:53 PMIn this blog post, we'll explore how to create an interactive color picker using Svelte 5, focusing on a simple yet functional code snippet.
Recent Posts
How to Install Bun on Windows - Multiple Ways
Published: at 07:43 AMA comprehensive guide on how to install Bun on Windows using various methods including npm, curl, Scoop, Chocolatey, and GitHub releases. Learn the easiest way to set up Bun and enhance your JavaScript/TypeScript development.
State Management in Svelte.js - A Reactive Approach
Published: at 06:21 PMDiscover how to manage state in Svelte.js using reactive variables, stores, and derived stores for building performant and maintainable web applications.
How to integrate Giscus comments into AstroPaper
Updated: at 12:07 PMComment function on a static blog hosted on GitHub Pages with Giscus.
How to Read Files in Bun.js: A Complete Guide
Updated: at 02:53 PMLearn how to read files in Bun.js with examples. Discover how to use Bun's efficient Bun.file() API to read text, streams, and binary data from files.