mirror of
https://github.com/toss/es-toolkit.git
synced 2024-11-28 12:05:41 +03:00
34 lines
1.2 KiB
Markdown
34 lines
1.2 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.
|
||
- title: Comprehensive runtime support
|
||
details: es-toolkit supports all JavaScript environments, including Node.js, Deno, Bun, and browsers.
|
||
---
|