Skip to content

Commit

Permalink
2024-11-29-貧乏企業名サジェスト機能開発.md の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 authored Dec 2, 2024
1 parent 3a13332 commit e917728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Algoliaでも直接APIをフロントエンドから叩くことでバックエ

サジェスト機能のフロント側の一番の目玉はインタラクティブに検索結果が検索窓に反映され、Autocompleteする体験だと思います。

Autocompleteの仕組みを作るのは大変なのでCSSフレームワークに用意されているAutocompleteを賢く使うことが重要です
Autocompleteの仕組みを一から作るのは大変なのでCSSフレームワークに用意されているAutocompleteを賢く使うことが重要です

例えばMaterial UIでは[Autocomplete](https://mui.com/material-ui/react-autocomplete/)が用意されているので賢く使って開発速度を落とさないようにしましょう。

Expand Down

0 comments on commit e917728

Please sign in to comment.