cra 를 할때는 navigation 같은 것을 만들고 , yarn add react-router-dom을 설치해서 , 따로 를 걸어줘야한다.하지만 next 를 하게된다면 자동적으로 pages 라는 폴더에 routing 을 걸어주게 된다.pagesindex.jsprof
https://react.vlpt.us/basic/18-useCallback.htmluseCallback 은 특정 함수를 새로 만들지 않고 재사용하고 싶을때 사용합니다.을해도 사실 잘 돌아가게 된다 .해도 사실 style 이 잘 먹힌다 .하지만 여기서 , li
cmd 에서 node 라고 terminal 에 입력을 한다.console.log(process); 를 입력하면 무수한 텍스트가 나오게 된다.첫번째로 우리가 사용하는 version 에 대한 정보가 나오게 된다.사용하는 환경 정보프로세스 아이디이 친구가 지금 무슨 프로세스
우선적으로 localhost 에 mysql 이 설치되어있어야 한다. 굳이 mysql 아니더라도 , mariadb 라던지 postgresql 를 써도 상관이 없다. > npm i sequelize sequelize-cli mysql2 sequelize > sequel
https://perfectacle.github.io/2017/06/18/what-is-node-js/처음엔 Node js 도 그냥 백엔드를 구현하는데 , 웹 프레임워크가 아닐까 ?? 생각을 했는데, 전혀아니다 .런타임은 프로그래밍 언어가 구동되는 환경이다.그
📌👉본인이 받아오고 싶은 설정을 해준다 .우리는 REST API 를 사용하기 때문에 , REST API키 를 가져오게 된다.설정을 모두 마쳤으면 코드를 작성해야한다.https://devlog-wjdrbs96.tistory.com/232이글을 보고 사실..
npm install pm2pm2 -vsudo pm2 monitsudo pm2 show numberex ) sudo pm2 show 0sudo pm2 start ./bin/wwwif you want to customize start command , you have y
we use rds when we use AWS cloud .but we also can use install mysql on ec2 sudo apt-get updatesudo apt-get install -y mysql-serverso mysql 5.7 is inst
you know that javascript is a single thread and asynchronous languagesingle thread languages make use of only one CPU at a timeon the other side other