Web story/Front End

Svelte.js

JKJ1004 2021. 2. 5. 16:32

What is Svelte?

Svelte is a tool for building fast web applications.

스벨트는 빠른 웹 구축을 위한 도구이다

It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces.

interactive한 유저 인터페이스를 쉽게 구축 할 수 있다는 목표를 공유하는 React 및 Vue와 같은 JavaScript 프레임 워크와 유사하다

But there's a crucial difference: Svelte converts your app into ideal JavaScript at build time, rather than interpreting your application code at run time. This means you don't pay the performance cost of the framework's abstractions, and you don't incur a penalty when your app first loads.

그러나 중요한 차이점이 있는데  Svelte는 런타임(run time)에 애플리케이션 코드를 구축하는 대신 빌드시(build time)에 앱을 이상적인 JavaScript로 변환한다. 즉, 프레임 워크 추상화의 성능 비용을 지불하지 않으며 앱이 처음로드 될 때 패널티가 발생하지 않는다

You can build your entire app with Svelte, or you can add it incrementally to an existing codebase. You can also ship components as standalone packages that work anywhere, without the overhead of a dependency on a conventional framework.

Svelte를 사용하여 전체 앱을 빌드하거나 기존 코드베이스에 점진적으로 추가 할 수 있습니다. 기존 프레임 워크에 대한 종속적 오베헤드(without the overhead of a dependency) 없이 어디서나 작동하는 독립 실행 형 패키지로 구성 요소를 제공 할 수도 있다

svelte.dev

 

Svelte • Cybernetically enhanced web apps

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using tec

svelte.dev

요즘 관심있게 보는중

반응형

'Web story > Front End' 카테고리의 다른 글

react...  (0) 2017.05.12
git을 접하다 보면 마주치는 다양한 상황들에 대해 대처  (0) 2016.11.24
첨부된 이미지 미리 보기 - 서버에 올리지 않고.  (0) 2016.10.07
rem을 써보자  (0) 2015.03.17
Brackets  (0) 2015.03.13