본문 바로가기
My Front End Journey/React

[React 공부] 1. Describing the UI - 리액트의 UI 설명

by Zenu 2024. 4. 11.

 

 

React 공부를 하면서 배운 내용을 다시 정리하고 싶어서 블로그에 작성하기로 결정했다

 

Angular를 오래 동안 사용해서 인지 React를 금방 배웠는데,

그만큼 놓친 디테일이 있는것 같아 스스로에게 더욱 필요하다고 느꼈다

 

[React 공부]에서 정리한 내용은 React Dev Homepage 및 웹에 있는 정보 토대로 정리한 내용이다

 

 

 

Describing the UI – React

The library for web and native user interfaces

react.dev

 

 

 

 

 


 

 

 

1-1. 첫 컴포넌트 - Your First Component

 

 

[React 공부] 1-1. Your First Component - 첫 컴포넌트 만들기

Your First Component – React The library for web and native user interfaces react.dev 컴포넌트란? Web에서 HTML은 태그를 통해 더 다양한 구조를 제공해준다 // 독립적인 컨텐츠를 위해 사용 My First Component // 제목 // O

zenu.tistory.com

 

Importing and Exporting Components

 

여기서 부터 아직 작성 못한 내용

 

Writing Markup with JSX

 

 

 

 

JavaScript in JSX with Curly Braces

 

 

 

 

Passing Props to a Component

 

 

 

 

Conditional Rendering

 

 

 

 

Rendering Lists

 

 

 

 

Keeping Components Pure

 

 

 

 

Your UI as a Tree

 

 

 

반응형