til
Today I Leaned (by swfz)
autocomplete
🔮 Fast and full-featured autocomplete library (by algolia)
til | autocomplete | |
---|---|---|
1 | 8 | |
1 | 5,014 | |
- | 0.7% | |
9.8 | 7.3 | |
1 day ago | 9 days ago | |
TypeScript | TypeScript | |
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.
til
Posts with mentions or reviews of til.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-27.
-
I made a CLI extension to get the Annotation list of GitHub Actions.
gh annotations -repo swfz/til | jq [ { "repository": "swfz/til", "workflow_name": "slack notification", "workflow_event": "workflow_run", "workflow_path": ".github/workflows/slack.yml", "workflow_url": "https://github.com/swfz/til/actions/runs/3697438928", "job_name": "main", "job_conclusion": "success", "annotation_level": "warning", For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: swfz/slack-workflow-status@feature/follow-workflow-run" } { "repository": "swfz/til", "workflow_name": "ci", "workflow_event": "push", "workflow_path": ".github/workflows/ci.yml", "workflow_url": "https://github.com/swfz/til/actions/runs/3697430624", "job_name": "build", "job_conclusion": "failure", "annotation_level": "failure", "message": "Process completed with exit code 1." } { "repository": "swfz/til", "workflow_name": "lint content", "workflow_event": "push", "workflow_path": ".github/workflows/lint.yml", "workflow_url": "https://github.com/swfz/til/actions/runs/3694817234", "job_name": "run textlint", "job_conclusion": "failure", "annotation_level": "failure", "message": "Process completed with exit code 1." } ]
autocomplete
Posts with mentions or reviews of autocomplete.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-20.
-
The top tools for implementing ecommerce search in React
Auto-complete: Algolia provides an open source JavaScript library for building auto-complete search components. It also provides a recommendation library that works with its API client
- autocomplete - a JavaScript library that lets you quickly build autocomplete experiences
- Autocomplete – a JavaScript library for building autocomplete experiences
-
So, You Want to Build an @mention Autocomplete Feature?
The article promotes using Algolia's Autocomplete JS library to build it. Never heard of it but I'll give it a shot.
- Autocomplete.js v1 by Algolia