Skip to content

Commit 512bc7d

Browse files
committed
docs: add "Using Fuse.js with React" article
Practical tutorial covering search-as-you-type, debouncing, match highlighting, and handling large lists with copy-paste React examples.
1 parent c032752 commit 512bc7d

2 files changed

Lines changed: 423 additions & 0 deletions

File tree

docs/.vuepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ function getGuideSidebar(): SidebarConfigArray {
7171
{
7272
text: 'Articles',
7373
children: [
74+
'/articles/using-fuse-with-react',
7475
'/articles/vs-semantic-search',
7576
'/articles/how-fuzzy-search-works'
7677
]

0 commit comments

Comments
 (0)