profile
kill to code

자바개발자 리엑트 배우기 - State(자바를 비유로)

In Java, an object's state is represented by its instance variables. Each instance variable represents a piece of data that belongs to the object.For

2023년 5월 31일
·
0개의 댓글
·

자바개발자 리엑트 배우기 (hook)

In React, a Hook is a special function that lets you "hook into" React features. For example, state is a feature in React, and useState is a hook that

2023년 5월 29일
·
0개의 댓글
·

자바개발자 리엑트 배우기 (state)

In React, "state" refers to a feature that allows components to create and manage their own data. This data can change over time and can affect what i

2023년 5월 29일
·
0개의 댓글
·

자바개발자 리엑트 배우기 (JSX, Es6)

JSX stands for JavaScript XML. It is a syntax extension for JavaScript, which was written to be used with React. JSX is not natively understood by the

2023년 5월 29일
·
0개의 댓글
·

자바개발자 리엑트 배우기 - Component

Absolutely, let's start from the basics:A Component in React is a self-contained piece of code that ideally does one thing and does it well. A compone

2023년 5월 29일
·
0개의 댓글
·