Skip to content

Commit f976380

Browse files
authored
style(docs): apply 'prettier --write .' (#209)
1 parent ff91f28 commit f976380

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/docs/en/why-react-simplikit-matters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ Compared to `react-use`, `react-simplikit` has up to about 89% smaller size:
202202
| Unpacked Size | [237 kB](https://www.npmjs.com/package/react-simplikit) | [454 kB](https://www.npmjs.com/package/react-use) | -47.8% |
203203
| Minified Size | [8.7 kB](https://bundlephobia.com/package/react-simplikit@0.0.29) | [78.2 kB](https://bundlephobia.com/package/react-use@17.6.0) | -88.9% |
204204
| Gzipped Size | [2.9 kB](https://bundlephobia.com/package/react-simplikit@0.0.29) | [22 kB](https://bundlephobia.com/package/react-use@17.6.0) | -86.9% |
205-
| Average Size per Function<br/>(Minified Size) | 318.2 byte | 696.3 byte | -54.3% |
205+
| Average Size per Function<br/>(Minified Size) | 318.2 byte | 696.3 byte | -54.3% |

src/docs/ko/why-react-simplikit-matters.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ function AutoCompleteInput() {
197197

198198
`react-simplikit``react-use`에 대비하여, 아래와 같이 최대 약 89% 작은 크기를 가져요.
199199

200-
| | react-simplikit | react-use | 차이 |
201-
| ------------------------------------------ | ---------------------------------------------------------------- | ------------------------------------------------------------ | ------ |
202-
| Unpacked Size | [237 kB](https://www.npmjs.com/package/react-simplikit) | [454 kB](https://www.npmjs.com/package/react-use) | -47.8% |
200+
| | react-simplikit | react-use | 차이 |
201+
| ------------------------------------------ | ----------------------------------------------------------------- | ------------------------------------------------------------ | ------ |
202+
| Unpacked Size | [237 kB](https://www.npmjs.com/package/react-simplikit) | [454 kB](https://www.npmjs.com/package/react-use) | -47.8% |
203203
| Minified Size | [8.7 kB](https://bundlephobia.com/package/react-simplikit@0.0.29) | [78.2 kB](https://bundlephobia.com/package/react-use@17.6.0) | -88.9% |
204204
| Gzipped Size | [2.9 kB](https://bundlephobia.com/package/react-simplikit@0.0.29) | [22 kB](https://bundlephobia.com/package/react-use@17.6.0) | -86.9% |
205-
| 평균 함수 당 크기<br/>(Minified Size 기준) | 318.2 byte | 696.3 byte | -54.3% |
205+
| 평균 함수 당 크기<br/>(Minified Size 기준) | 318.2 byte | 696.3 byte | -54.3% |

0 commit comments

Comments
 (0)