2021-11-09-TIL
2021-11-09-TIL
Today I Learned
React에서 Props란?
컴포넌트의 props 라는 개념이 있는데, 이는 properties 의 줄임말이다. 어떠한 값을 컴포넌트에게 전달해줘야 할 때, props 를 사용한다고 한다.
- https://react.vlpt.us/basic/05-props.html
- https://133hyun.tistory.com/14
React Testing
- https://learn-react-test.vlpt.us/#/
- https://jbee.io/react/testing-1-react-testing/
Next.js
- https://velopert.com/3293
- https://kyounghwan01.github.io/blog/React/next/basic/#next-js%E1%84%80%E1%85%A1-%E1%84%8C%E1%85%A6%E1%84%80%E1%85%A9%E1%86%BC%E1%84%92%E1%85%A1%E1%84%82%E1%85%B3%E1%86%AB-%E1%84%8C%E1%85%AE%E1%84%8B%E1%85%AD-%E1%84%80%E1%85%B5%E1%84%82%E1%85%B3%E1%86%BC
Unit Test and Integration Test
- https://dzone.com/articles/unit-and-integration-tests-in-spring-boot-2
- https://www.baeldung.com/spring-boot-testing
- https://stackoverflow.com/questions/54658563/unit-test-or-integration-test-in-spring-boot
Unit Test Naming Conventions
- https://medium.com/@stefanovskyi/unit-test-naming-conventions-dd9208eadbea
- https://dzone.com/articles/7-popular-unit-test-naming
- https://stackoverflow.com/questions/155436/unit-test-naming-best-practices
Pros & Cons
너무 강의만 주구장창 들으니깐 질리는 감이 없지않다. 빨리 프로젝트를 무언가 해야한다는 생각이 든다.
Monthly Goal
- 스프링 MVC 1편 (37강/72강)
- 스프링 MVC 2편 (0강/129강)
- 개인 프로젝트 -> 기획중
This post is licensed under CC BY 4.0 by the author.