Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alii/use-input-filter
A very basic solution to filtering through items in an array in React.
https://github.com/alii/use-input-filter
array filter react state
Last synced: 25 days ago
JSON representation
A very basic solution to filtering through items in an array in React.
- Host: GitHub
- URL: https://github.com/alii/use-input-filter
- Owner: alii
- License: mit
- Created: 2021-03-06T13:30:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T14:12:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T07:41:29.252Z (about 2 months ago)
- Topics: array, filter, react, state
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/use-input-filter
- Size: 179 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `use-input-filter`
A very basic solution to filtering through items in an array in React.
View [an example here](https://github.com/alii/use-input-filter/blob/main/example/index.tsx).