본문 바로가기

Programming/Javascript

[Javascript] VanillaJS

'바닐라'란 프로그래밍 세계에서 기본적인 기능만 구현해 놓은 상태를 의미한다.

그러므로 VanillaJS는 새로운 프레임워크 또는 라이브러리가 아닌 순수한 JavaScript를 의미한다.

 

- url : http://vanilla-js.com/

 

Vanilla JS

Vanilla JS Vanilla JS is a fast, lightweight, cross-platform framework for building incredible, powerful JavaScript applications. Introduction The Vanilla JS team maintains every byte of code in the framework and works hard each day to make sure it is smal

vanilla-js.com

VanillaJS를 사용하기 위해서는 별도의 파일이 필요없고, 우리의 브라우저에 이미 탑재가 되어있다.

결국 VanillaJS는 순수한 Javascript로 부가기능을 제외한 기본적인 기능만 구현한 상태를 부르는 어원이다.