가장 빨리 만나는 스벨트(Svelte For The Really Impatient)

출간일(Release) : 2022/01/13
종이책 출간일(Print Release) : 2021/12/29
전자책 종류(Format) : ePub
Price : KRW 22,400
미리보기(Preview)


ridi

google

yes24

kyobo

aladin

apple


책소개(Overview)
간결한 코드와 낮은 학습 곡선
스벨트의 코드는 간결하다. 다른 프레임워크와 비교해도 매우 간결하다. 리액티비티를 위해 필요한 코드는 단 한 줄이다. 코드가 간결하기 때문에 프런트엔드 초보자도 빠르게 배울 수 있고, 경험자도 빠르게 배울 수 있다. 즉, 학습 곡선이 낮다.

빠른 실행 속도와 작은 크기
스벨트는 가상 돔을 사용하지 않으니 변경된 부분을 처리하는 부하가 필요하지 않다. 그래서 빠르다. 스벨트는 프레임워크가 아니라 컴파일러로 동작한다. 프레임워크를 배포하는 것이 아니라 모든 코드를 컴파일한 자바스크립트 번들로 제공하기 때문에 생성되는 코드의 크기가 작다.

빠른 학습을 위한 주제별 분류
프레임워크의 다양한 기능을 주제별로 분류해서 빠르게 접근한다. 기본 템플릿 문법, 반응성, props, 이벤트, 스토어, 모션, 액션 등의 기능을 주제별로 분류해서 정리했다. 또한, 매번 프로젝트를 생성하지 않고 REPL을 활용해서 바로바로 실습 결과를 확인할 수 있게 했다.

두뇌 개발 게임 만들기로 실습하기
두뇌 개발 게임을 만들어보면서 아키텍처 구성, 화면 구성, 라우팅 구성, DB 사용법까지 종합적으로 사용해본다. 깃허브에 소스 코드를 배포하고, 깃허브의 소스 코드를 아마존 웹 서비스에서 자동으로 빌드하여 서비스하는 과정까지 소개했다. 내가 만든 프로젝트를 웹에서 실제로 배포하고 서비스하는 것까지 경험해보자.

Concise code and low learning curve!
Svelte’s code is concise. It is very concise compared to other frameworks. There is only one line of code required for reactivities. Because the code is concise, even a front-end beginner can learn it quickly, and an experienced person can learn it quickly. That is, the learning curve is low.

Fast running speed and small size!
Svelte doesn’t use a virtual dome, so it doesn’t need a load to handle changes. so it’s fast Svelte works as a compiler, not a framework. The size of the generated code is small because all the code is provided as a compiled JavaScript bundle rather than by distributing the framework.

Classified by topic for quick learning!
Developers can quickly access various functions of the framework by categorizing them by topic. In this book, functions such as basic template syntax, responsiveness, props, events, stores, motions, and actions are categorized and organized by subject. In addition, it is possible to check the results of the practice right away by using REPL without creating a project every time.

Practice with making brain development games!
Through this book, while making a brain development game, you will comprehensively use architecture configuration, screen configuration, routing configuration, and DB usage. It even introduced the process of distributing the source code to GitHub and automatically building and servicing the source code from GitHub in Amazon Web Services. Let’s experience the actual deployment and service of my project on the web.


저자(Author)
박승현(Park, Seunghyun)

제민이, 지수, 그리고 지윤이 아빠입니다. 어렸을 때부터 프로그래밍을 직업으로 가지고 싶었고, 매일 매일 그 꿈을 이루고 사는 생계형 개발자입니다. 자바스크립트를 좋아하고 관련 기술에 대한 잡담을 좋아합니다.

He is the dad of Jemin, Jisoo, Jiyoon. Ever since he was a child, he wanted to have programming as a career, and he is a living developer who lives that dream every day. The author likes JavaScript and likes chat about related technologies.

| Facebook | https://facebook.com/groups/meteorschool


부록(Extra File)