Skip to content

Commit 518bc48

Browse files
committed
feat: update doc
1 parent f944eed commit 518bc48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-virtualized-list
22

3-
`react-virtualized-list` is a high-performance React component library designed for displaying large datasets in virtualized lists. It supports lazy loading and infinite scrolling functionalities.
3+
`react-virtualized-list` is a high-performance React component library designed to efficiently handle large datasets. It offers features such as virtualized lists, infinite scrolling, lazy loading, and dynamic data updates. By rendering only the visible portions of the list and supporting on-demand data loading, the library aims to enhance performance. The repository provides installation instructions, usage examples, and detailed API documentation.
44

55
![npm version](https://img.shields.io/npm/v/react-virtualized-list)
66

doc/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-virtualized-list
22

3-
`react-virtualized-list` 是一个高性能的 React 组件库,用于显示大数据集的虚拟化列表,支持懒加载和无限滚动功能
3+
`react-virtualized-list` 是一个高性能的 React 组件库,专为高效处理大型数据集而设计。它提供了虚拟化列表、无限滚动、懒加载和动态数据更新等功能。通过只渲染可见部分列表并支持按需数据加载,该库旨在提高性能。仓库中提供了安装说明、使用示例和详细的 API 文档
44

55
![npm version](https://img.shields.io/npm/v/react-virtualized-list)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-virtualized-list",
3-
"version": "0.0.2-beta1",
3+
"version": "0.0.2-beta2",
44
"author": "Sailing",
55
"license": "MIT",
66
"main": "lib/bundle.cjs.js",

0 commit comments

Comments
 (0)