배포되는 서버에서의 의존성
for doing server-side things. ex, server side rendering
react-dom api includes dom specific methods
module bundler, make modules in a single bundle
why? for web-browser to understand it
compile jsx code into react api call.
you can check what babel can do exactly by visiting their webpage and do some example
개발되는 로컬 환경에서의 의존성
automatically update server when save happens
check code. can customize own rules