@devisfuture/mega-collection 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
# @devisfuture/mega-collection
|
|
8
8
|
|
|
9
|
-
> Search, filter & sort engine for **
|
|
9
|
+
> Search, filter & sort engine for **100K+** item collections in JavaScript / TypeScript.
|
|
10
10
|
|
|
11
11
|
What does this package solve?
|
|
12
12
|
|
|
@@ -31,12 +31,11 @@ you only pull in `TextSearchEngine` the filter and sort logic won’t be include
|
|
|
31
31
|
|
|
32
32
|
## React demo
|
|
33
33
|
|
|
34
|
-
A small repository demonstrates using `@devisfuture/mega-collection` in a React project
|
|
35
|
-
|
|
36
|
-
https://github.com/trae-op/quick-start_react_mega-collection
|
|
37
|
-
|
|
34
|
+
A small [repository](https://github.com/trae-op/quick-start_react_mega-collection) demonstrates using `@devisfuture/mega-collection` in a React project.
|
|
38
35
|
The example shows search, filter, sort and merge all modules setups with a minimal UI.
|
|
39
36
|
|
|
37
|
+
A live build of the React app is available at [demo](https://trae-op.github.io/quick-start_react_mega-collection/), showcasing how the package works in a real application.
|
|
38
|
+
|
|
40
39
|
## Install
|
|
41
40
|
|
|
42
41
|
```bash
|