-
React관련 싹 훑기(1) - Complete Intro to React v6Web Dev/3. React 관련 2021. 5. 17. 19:53728x90
https://frontendmasters.com/courses/complete-react-v6/
Learn React in this Complete Introduction to React Course – Use React Hooks to Build Real-World Applications with Brian Holt
Much more than an intro, you’ll build with the latest features in React, including hooks, effects, context, and portals. Learn to build real-world apps from the ground up using the latest tools in the React ecosystem, like Parcel, ESLint, Prettier, and R
frontendmasters.com
이 세미나를 한번 듣고, React쪽을 한번 싹 다시 훑어보려고 한다~ 매번 다루면서 이게 최선인가~ 싶은 부분들이 있었는데 좀 다시 정리를 해보려고 한다!
강의 자료
https://btholt.github.io/complete-intro-to-react-v6/
Complete Intro to React v6
Brian Holt breaks down React into the most low level principles so that you can understand your whole stack, from front to back
btholt.github.io
Brian Holt라는 분이 하시는 세미나인데, 이분은 React가 이렇게까지 핫하기 전에 Reddit에서 React로 개발을 시작하신 개척자중한분이시다. 설명을 하실때 심플하긴하나 디테일 + 짬바가 녹아져있어서 내가 문서로 봤을때보다 좀더 디테일한 부분까지 알수있도록 해주셔서 이 세미나를 보게되었다! 자료는 오픈소스라 그냥 계속 봐도 된다구 하신다.
내 Repo
https://github.com/hayoung0Lee/complete-intro-to-react
hayoung0Lee/complete-intro-to-react
Contribute to hayoung0Lee/complete-intro-to-react development by creating an account on GitHub.
github.com
후기
강의를 다 들었다! 알고있었던 내용들이 대부분이지만, 세미나를 통해서 혼자 삽질한 부분들을 정리한 부분이 좋았다. 특히 portals은 써본적은있지만 언제쓰이는지 까먹고있었는데, 이번에 modal을 구현하는 예제를 통해서 좀더 이해한 것 같다. 특히 context쪽도 사용을 많이 했었는데, 정리를 싹 한번하니까 이해가 잘되는 기분. 처음 React를 다뤘을때 class컴포넌트로 구현했을땐 솔직히 뭐가 뭔지도 몰랐었는데, 이제 다시보니까 색달랐던 점도 좋았다. React를 조금 다시 안기분.
'Web Dev > 3. React 관련' 카테고리의 다른 글
useEffect vs useLayoutEffect (0) 2021.05.19 useEffect 내에서 state를 변화하고, 내부에서 함수를 호출했을때, 왜 변화한 state가 보이지 않는가? (0) 2021.05.19 Flux, Virtual Dom 간단 메모 (0) 2021.04.26 Next.js Incremental Static Regeneration 알게 된것! Revalidate = timeout (1) 2021.03.15 React Code splitting with lazy and suspense (0) 2021.02.04