본문 바로가기
내생각들/개념정리

Spring Boot와 React연동하기-리액트 프로젝트만들고 기본설정

by 코딩마스터^^ 2023. 3. 15.

프론트와 백앤드 완전히 분리하기위함이다.

 

지워라.

 

index.html이렇게 하기. 깔끔하게.

필요없는것들은 삭제하기

 

App.js->App.jsx로 리액트로 고쳐준다.

index.js도 정리해준다.

 

yarn패키지 매니저로

1. bootstrap

2.react-bootstrap

3.react-router-dom

4.font awesome

5.axios

6.firebase

7. quill

8.styled-components

9.reducts

 

 

node.js기반에서는 fetch보다 axios를 더 추천한다고...

 

 

git ignore에 .env는 키들어있는 파일이므로 무시시켜준다.

https://nextjs.org/

 

Next.js by Vercel - The React Framework

Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build static and dynamic websites and web applications.

nextjs.org

요즘 next.js를 우대하는곳도 있다고 한다.

next.js설치해준다.

 

댓글