일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- tailwindcss
- nextJS
- web
- hardhat
- concept
- graphQL
- Props
- SSR
- solidity
- error
- built in object
- CLASS
- HTML
- evm
- Interface
- JavaScript
- Redux
- 삶
- middleware
- REACT
- 기준
- node.js
- blockchain
- CSS
- API
- bitcoin
- Ethereum
- typeScript
- useState
- express.js
- Today
- Total
목록REACT (44)
ReasonJun

Component-Based Architecture In React, Component-Based Architecture is a fundamental concept that forms the basis of building user interfaces (UIs). React encourages developers to break down the UI into small, reusable components, which are self-contained units responsible for their own rendering and behavior. These components can be composed together to form complex UI structures. Here are the ..
Component-Based Architecture: React follows a component-based architecture, where the UI is divided into reusable components. Components are encapsulated, self-contained units that manage their state and handle rendering. This modular approach makes it easier to build and maintain complex UIs. Virtual DOM: React uses a virtual DOM (Document Object Model) to efficiently update and render UI compo..