Skip to content

Commit d778a70

Browse files
committed
fix: change title
1 parent 5c473e0 commit d778a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blog/million-js.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Million.js는 어떻게 React보다 (최대) 7️⃣0️⃣% 빠를까?'
2+
title: 'Million.js는 어떻게 React보다 최대 70% 빠를까?'
33
date: '2023-05-29'
44
preview: 'React의 Virtual DOM replacement인 Million.js의 코어 로직을 탐구하며 소개합니다.'
55
tag: ['javascript', 'react', 'react reconciliation', 'million.js', 'millionjs', 'virtual dom', 'react million.js']
@@ -35,7 +35,7 @@ Million.js는 단순히 React Component를 HOC([Higher Order Component](https://
3535
<img src='/million-js/js-framework-benchmark.png' width='400' />
3636
</figure>
3737

38-
# 어떻게 성능 최적화를 끌어냈을까?
38+
# 어떻게 성능 최적화를 이끌어냈을까?
3939

4040
리액트는 잘 알려진 것처럼 virtual DOM 데이터와 diff 알고리즘으로 reconciliation 과정을 거쳐 화면을 수정한다. 그리고 이 과정은 `n`개의 node가 있는 트리에 대해 `O(n)` 복잡도를 가지게 된다. ([React Reconciliation document](https://ko.legacy.reactjs.org/docs/reconciliation.html))
4141

0 commit comments

Comments
 (0)