Best of SvelteJanuary 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    2021 JavaScript Rising Stars

    Zx is a new tool by Google to write simple Command Line scripts in JavaScript or TypeScript. Vite is a building tool that uses esbuild compiler to provide great performance. Next.js keeps its position of leading "meta framework" for the React world. Tauri is a solution to build desktop applications using web technologies.

  2. 2
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: January 2022

    Faster builds with SvelteKit and a much anticipated REPL feature. A lot of work this month has gone into migrating the S Velte main website to live in the GitHub repository. Tangent, a Svelter-based note writing app, is now in beta.

  3. 3
    Article
    Avatar of svelteSvelte Blog·4y

    Accelerating Svelte's Development

    Svelte is a frontend framework for building fast reactive web apps with less code. The New York Times, Apple, Spotify, Square, Rakuten, Bloomberg, Reuters, Ikea, Brave, and countless others use it. SvelteKit is the build tool that makes the S Velte experience possible.

  4. 4
    Article
    Avatar of gcgitconnected·4y

    Svelte: All the Nice Things of a Framework — Without the Framework

    Svelte isn’t even a framework: it’s actually a compiler. It translates its code into pure JavaScript. No overhead code is added in, making the compile time faster. The components themselves are built up similarly to Vue. This makes Svelte easy for people who are not familiar with frameworks. Lastly, this “framework” offers ever-so-easy state management.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Build your Developer Portfolio and Blog from Scratch with Svelte and GraphCMS – A Complete Guide

    A developer portfolio is a great way to showcase your current skill level to potential employers. This guide will go from hello world to a fully-featured portfolio project to show your current projects with images and links to source code. You'll also build an accompanying blog where you can detail what you have learned along the way.