mirror of
https://github.com/toss/es-toolkit.git
synced 2024-12-01 02:33:54 +03:00
33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: "es-toolkit"
|
||
text: "State-of-the-art JavaScript utility library"
|
||
# tagline:
|
||
actions:
|
||
- theme: brand
|
||
text: About es-toolkit
|
||
link: /intro
|
||
- theme: alt
|
||
text: Reference
|
||
link: /reference/array/chunk
|
||
- theme: alt
|
||
text: Installation
|
||
link: /installation
|
||
|
||
features:
|
||
- title: Best performance
|
||
details: es-toolkit delivers 2-3× better performance in modern JavaScript runtimes compared to other libraries.
|
||
- title: Small bundle footprint
|
||
details: es-toolkit ships up to 97% less JavaScript code compared to other alternative libraries.
|
||
- title: Modern implementation
|
||
details: es-toolkit fully leverages modern JavaScript APIs for straightforward and error-free implementation.
|
||
- title: Robust types
|
||
details: es-toolkit offers simple yet robust types for all functions.
|
||
- title: Battle-tested
|
||
details: es-toolkit has 100% test coverage, ensuring maximum robustness.
|
||
---
|
||
|