downshift π
π A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components. (by downshift-js)
react-autosuggest
WAI-ARIA compliant React autosuggest component (by moroshko)
downshift π | react-autosuggest | |
---|---|---|
9 | 5 | |
12,197 | 5,969 | |
0.2% | 0.0% | |
3.8 | 2.0 | |
about 1 month ago | 5 months ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
downshift π
Posts with mentions or reviews of downshift π.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-18.
-
Just curious about package trends (downshift)
I'm curious why there's been a recent downward trend for the downshift package. Here's the source npm trends
-
Are there any downsides in using svelte or sveltekit?
I recently searched for a robust, high-quality, aria conform multi-select dropdown in vanilla js. For React there is react-select or downshift, each with millions of downloads. I couldn't find a good equivalent in vanilla.
-
From my point of Vue: Headless components
The concept is not new, it's been discussed and implemented for a couple of years, I first heard of it when Adam Watham, creator of Tailwind CSS, and its team launched Headless UI libraries like downshift by Kent Dodds also used this pattern, just to mention a couple of cases.
- F*ck it: use React for your personal site if you want to
- What do you use for models and other components when using tailwindcss for styling for a react project?
-
Beginner's Thread / Easy Questions (April 2021)
Downshift looks better IMO, with hooks with less "fake" hierarchy.. https://github.com/downshift-js/downshift
-
Launch HN: MagicBell (YC W21) β embedded notification system for your product
[2] https://github.com/downshift-js/downshift
-
Building my own components
There's also Downshift, but you have to build your own UI: https://github.com/downshift-js/downshift
react-autosuggest
Posts with mentions or reviews of react-autosuggest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-01.
- Is this an example of an autocomplete feature?
-
Have full control of your autocomplete in React.js with `react-autocomplete-pure` component
One of the first ready-made solutions that come to mind are libraries such as react-autocomplete and react-autosuggest. These are great libraries that do exactly what they are supposed to do: when you enter a value in the input field, they display a dropdown with possible options for substitution. Unfortunately, these libraries are no longer actively supported by their maintainers (react-autosuggest is looking for the main maintainer, and react-autocomplete is in the archive).
-
ES6 modules implementation, how to load a json file
I'm implementing an example from https://github.com/moroshko/react-autosuggest
-
A βFind Corona Test Centersβ PWA powered by Amplify Geo and Location Search
Location Search enables search of locations such as addresses, cities by using Esri or Here Geo Location platforms behind the scenes. By combining it with a couple of React components (AutoSuggest and DebounceInput β Github code here), users are able to input a text, which eventually pops a series of suggestions found by the Location Search via the Geo.searchByText method.
-
Awesome Things Related To React Hooks π
React Auto Suggest - WAI-ARIA compliant autosuggest component built in React
What are some alternatives?
When comparing downshift π and react-autosuggest you can also consider the following projects:
react-typeahead - Pure react-based typeahead and typeahead-tokenizer
react-typeahead-component - Typeahead, written using the React.js library.
compose-state - Compose multiple setState or getDerivedStateFromProps updaters in React
headlessui - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
Nice React Layout - Create complex and nice Flexbox-based layouts, without even knowing what flexbox means