css 가운데 위치 |
<div style={{ |
|
display: 'flex', justifyContent: 'center', alignItems: 'center' |
|
|
, width: '100%', height: '100vh'}}> |
|
|
React 코드 자동생성 확장프로그램 |
https://allblack0811.tistory.com/17 |
|
디자인 참고용(UX 디자인 컨퍼런스) |
https://toss.im/simplicity-21 |
|
백엔드 없이 리액트 가짜 DB 만들기 |
https://velog.io/@yejikang/react-Mock-data-를-활용하기 |
|
Material UI |
https://v4.mui.com/components/text-fields/ |
|
모바일 첫 글자 대문자문제 해결 |
https://sir.kr/g5_tip/12528 |
|
에러페이지를 재밌게 꾸미고 싶을때 참고할 만한 사이트 |
http://blog.wishket.com/재미있고-기발하고-신기한-에러페이지-디자인-10가지/ |
|
리액트 슬라이드 구현하기 [캐로셀] |
https://programming119.tistory.com/211 |
|
Material UI 반응형 grid |
https://www.daleseo.com/material-ui-containers-grids/ |
|
리액트에서 .env.local(환경변수) 쓰기 |
https://flamingotiger.github.io/frontend/react/create-react-app-environment/ |
|
JWT는 어디에 저장하는게 좋을까 |
https://velog.io/@yaytomato/프론트에서-안전하게-로그인-처리하기#-로그인은-어떻게-이루어지나 |
|
VS code snippet 만들 수 있는 곳 |
https://snippet-generator.app/ |
|
Spring Boot 와 React 연동하기 |
https://velog.io/@jung-co/Spring-boot-와-React-연동하기 |
|
리덕스 action 활용해 axios 미들저장소에서 관리하기 |
https://velog.io/@jujube0/React-로그인-페이지-만들기 |
|
react navigate로 state 값 넘기기 (2번째 답변이 제일 간단.) |
https://stackoverflow.com/questions/64566405/react-router-dom-v6-usenavigate-passing-value-to-another-component/64566486 |
|
가짜 서버 api 만들어서 테스트해보기 |
https://react.vlpt.us/redux-middleware/08-json-server.html |
|
테스트용 api |
https://www.mecallapi.com/ |
|
React Redux로 게시판 CRUD 구현 예제 |
https://binaryjourney.tistory.com/category/React/게시판만들기 v2.?page=2 |
|
VScode 긴 코드 밑으로 내려서 정리해주는 extension |
https://byul91oh.tistory.com/207 |
|
자바스크립트 ?? 두개 |
https://lunuy.tistory.com/4 |
이건 typeScript https://boxfoxs.tistory.com/427 |
리덕스 없이 댓글 작성하기 |
https://velog.io/@hanei100/Westagram-리액트로-댓글-기능-구현 |
https://minjoo-space.tistory.com/m/54 |
React-Teachable Machine |
https://velog.io/@hey880/1월-7일-진행과정 |
|
react_carousel |
https://github.com/karenying/react-carousel-transitions/blob/master/src/App.js |
|
카카오톡 공유하기 에러 이유: 모바일로 보기 시 에러 자동 발생 |
https://devtalk.kakao.com/t/scheme-does-not-have-a-registered-handler/112757/4 |
(이후 안드로이드 상에서 네이티브로 키 바꾸고 확인 예정) |
인스타 공유하기 |
https://tonhnegod.tistory.com/245 |
배포해서 주소 생긴 후 가능 |
페북 공유하기 |
https://actumn.tistory.com/14?category=896837 |
|
리액트 해쉬태그 |
https://betterstack.dev/projects/react-tag-input/ |
|
React에 외부 스크립트 import |
https://blog.toycrane.xyz/react에서-외부-스크립트-불러오기-421fd71b0b41 |
|
월드컵 참고용 코드 |
https://github.com/DannyTWLC/favoriate-worldcup |
|
react-router-dom v6버전은 params 넘길때 useParams() 써야함 |
https://kyung-a.tistory.com/36 |
match 못씀 |
[#. React] parent에서 버튼 클릭할 때마다 children에서 div 영역 생성하기 |
https://developer0809.tistory.com/133 |
|
[javascript] 현재 날짜 및 시간 정보가져오기 / 시간 차이 계산하는 방법 - new Date() |
https://codingbroker.tistory.com/38 |
|
리액트 폰트 적용 |
https://flamingotiger.github.io/frontend/react/react-add-font/#구글-웹폰트를-통해서-적용하기 |
|
구글 폰트(import해서 쓸 수 있음) |
https://fonts.google.com/?preview.text=댄스&preview.text_type=custom&subset=korean |
|