22.06.30~07.01_TIL

22.06.30(목)

오늘 한 일

  • leetCode 풀기
  • 제로베이스 React 이론 강의 듣기
    • 리액트에 대한 이해
      • 1. 리액트의 모듈화 아이디어
      • 2. 프론트엔드 제어를 위한 Javascript와 리액트 코드 비교
      • 3. 라이브러리와 프레임워크의 차이
    • 리액트 프로젝트의 개발 환경 설정
      • 1. HTML, CSS, JavaScript 프로젝트에 리액트를 추가하는 방법
      • 2. HTML, CSS, JavaScript 프로젝트에 리액트를 추가하는 방법 (실습)
      • 3. HTML, CSS, JavaScript 프로젝트에 리액트를 추가하는 방법 (정리)
      • 4. CRA
      • 5. CRA (실습)
      • 6. react, react-dom 세팅하기
      • 7. Babel 세팅하기
      • 8. Webpack 세팅하기
      • 9. HMR(hot-module-replacement) 세팅하기

오늘의 포스팅

leetCode 풀이 포스팅

https://programmerplum.tistory.com/119

 

[Medium] Rotate Image

문제 You are given an n x n 2D matrix representing an image, rotate the image by 90 degrees (clockwise). You have to rotate the image in-place, which means you have to modify the input 2D mat..

programmerplum.tistory.com

https://programmerplum.tistory.com/120

 

[Easy] 1886. Determine Whether Matrix Can Be Obtained By Rotation

문제 Given two n x n binary matrices mat and target, return true if it is possible to make mat equal to target by rotating mat in 90-degree increments, or false otherwise. 두 개의..

programmerplum.tistory.com

 

React 공부한 내용 포스팅

https://programmerplum.tistory.com/121

 

React 이론

리액트의 모듈화 아이디어 React는 무엇이고, 사람들은 왜 쓸까? React가 어떤 문제를 해결해주는지 이해해 보자. 지금까지 웹사이트를 만들기 위해 배웠던 방식들 1.index.html에서 style.css와 script.js

programmerplum.tistory.com

https://programmerplum.tistory.com/122

 

리액트 프로젝트의 개발 환경 설정

HTML, CSS JavaScript 프로젝트에 리액트를 추가하는 방법 웹사이트에 React 추가 React는 처음부터 점진적으로 도입할 수 있게 설계되었다. 그래서 React는 필요한 만큼만 사용하면 된다. 아마 기존 페이

programmerplum.tistory.com

 

React 에러 포스팅

https://programmerplum.tistory.com/124

 

[React] ReactDOM.render vs create Root in React 18

리액트 18에서 ReactDOM.render 함수를 사용하고 npm start를 했는데, 다음과 같은 에러 메시지가 콘솔창이 띄워졌다. Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Un..

programmerplum.tistory.com

 

제로베이스 스쿨선발대 포스팅

https://programmerplum.tistory.com/123

 

제로베이스 프론트엔드 스쿨 3기 2개월차 후기 😆

서론 벌써 6월의 마지막이 왔다니 😮 이 말의 뜻은 제로베이스 프론트엔드 스쿨 3기 part 1 과제 제출이 끝났다는 것이다. 이번 6월 동안은 이론 강의를 수강하는 시간보다 구현 강의를 듣거나 과

programmerplum.tistory.com


22.07.01(금)

오늘 한 일

  • leetCode 풀기
  • 제로베이스 리액트 강의 듣기
    • 리액트 기본 문법(JSX)과 컴포넌트 소개
      • 1. JSX 설명
      • 2. JSX 실습
      • 3. 조건부 렌더링
      • 4. Component 기본 개념 및 실습
      • 5. Props 기본 개념 및 실습
      • 6. props.children
      • 7. props를 더 잘 다루기

 

오늘의 포스팅

leetCode

https://programmerplum.tistory.com/126

 

[Medium] Spiral Matrix

문제 https://leetcode.com/problems/spiral-matrix/submissions/ Spiral Matrix - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get pre..

programmerplum.tistory.com

https://programmerplum.tistory.com/127

 

[Medium] 973. K Closest Points to Origin

문제 https://leetcode.com/problems/k-closest-points-to-origin/submissions/ K Closest Points to Origin - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand..

programmerplum.tistory.com

 

'TIL (Today I Learned)' 카테고리의 다른 글

22.07.04~07.08_TIL  (0) 2022.07.08
22.06.13~06.17_TIL  (0) 2022.06.15
22.06.06~06.10_TIL  (0) 2022.06.06
22.05.30~06.03_TIL  (0) 2022.05.30
2022.05.16~05.20_TIL  (0) 2022.05.16