React에서 jquery, bootstrap 전역으로 사용하기 작성일 2017-11-14 Edited on 2021-03-25 In javascript , react Views: Disqus: create-react-app으로 만들어진 react 앱에서 jquery와 bootstrap을 사용하려면 다음과 같이 설정해주면 된다.index.js12import 'jquery/src/jquery';import 'bootstrap';