---
title: "What is Svelte.js?"
description: "Svelte a new JavaScript framework that allows us to build user interfaces."
author: "Oscar Barajas Tavares"
language: "en"
canonical: "https://gndx.dev/en/blog/que-es-svelte-js/"
datePublished: "2020-03-27T00:00:00.000Z"
dateModified: "2020-03-27T00:00:00.000Z"
categories: ["others"]
tags: ["svelte","javascript","conferences"]
---

# What is Svelte.js?

> Svelte a new JavaScript framework that allows us to build user interfaces.

Talk for Eventloop MX, Wednesday, March 4, 2019 in Mexico City.

Svelte a new JavaScript framework that allows us to build user interfaces. It is considered the new competitor in the battle of frontends where React, Angular or Vue compete.  Svelte has changed the way popular frameworks or libraries of the moment work, Svelte runs at compile time converting its components into highly efficient imperative code.

<div className="video-wrapper">
  <iframe
    src="https://www.youtube.com/embed/3nYdI_L31ds"
    title="YouTube video player"
    frameborder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
    allowfullscreen
  ></iframe>
</div>

Github: [https://github.com/gndx/svelte-workshop](https://github.com/gndx/svelte-workshop)
Slides: [https://go.aws/2xicuNG](https://go.aws/2xicuNG).

---

Fuente canónica: [https://gndx.dev/en/blog/que-es-svelte-js/](https://gndx.dev/en/blog/que-es-svelte-js/)
Autor: [Oscar Barajas Tavares](https://gndx.dev/en/about/)