본문 바로가기

Legacy Stories/Tech Stack

[Svelte] Svelte 관련 링크

반응형

Svelte는 세가지 특징을 내세우고 있습니다.

첫째,

스벨트 공식 사이트에서는 세 가지 특징을 내세우고 있습니다. 적은 양의 코드로 작성하고 가상 돔을 사용하지 않으며 진짜 반응성(Reactive)을 제공한다는 점입니다.

 

 

https://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

 

https://ui.toast.com/weekly-pick/ko_20191002

 

처음 만나는 Svelte

몇 달 전, Svelte 3가 릴리즈되었다. Svelte를 사용해 몇 가지를 시험해 봤고, 튜토리얼을 참고해 몇 가지 작은 앱들을 제작했다. 솔직히 말하면, Svelte를 사용하는것이 React 보다 훨씬 빠르고 쉽게 느

ui.toast.com

 

https://im-developer.tistory.com/203

 

[Svelte] 스벨트란 무엇인가? Reactive App 개발을 위한 새로운 접근법

요즘 관심가는 기술 중 하나인 스벨트(Svelte)에 대해서 차근 차근 공부해보려고 한다. Svelte(스벨트)란? 스벨트가 뭔지 궁금해서 Svelte 홈페이지에 들어가서 소개문을 읽어보았다. Svelte is a tool for b

im-developer.tistory.com

 

반응형