es-toolkit/docs/index.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

2024-04-25 14:56:13 +03:00
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: 'es-toolkit'
text: 'State-of-the-art JavaScript utility library'
# tagline:
2024-04-25 14:56:13 +03:00
actions:
- theme: brand
text: About es-toolkit
link: /intro
- theme: alt
text: Reference
link: /reference/array/chunk
- theme: alt
text: Usage
link: /usage
2024-04-25 14:56:13 +03:00
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.
2024-10-14 09:50:42 +03:00
- title: Widely adopted
details: es-toolkit is widely adopted by popular open-source libraries such as Storybook and ink.
2024-04-25 14:56:13 +03:00
- title: Battle-tested
details: es-toolkit has 100% test coverage, ensuring maximum robustness.
2024-06-30 08:53:42 +03:00
- title: Comprehensive runtime support
details: es-toolkit supports all JavaScript environments, including Node.js, Deno, Bun, and browsers.
2024-04-25 14:56:13 +03:00
---