-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
納品リストコンポーネントを実装 #68
Comments
命名検討
import { Delivery } from "minista" |
SSGの結果で仮想モジュールを更新渡しても、すでに更新前の仮想モジュールの値で納品リストが作られてしまっているので、正しい値が反映されるのは次のリロード時になってしまう。 ※全文検索はPartial Hydrationなのでリアルタイムに反映される |
SSGの結果を元にHTMLをreplaceする。 |
プラグインのtransformでコンポーネントをreplaceする手法は、リリース後だとキャッシュされてreplaceできないため不可。 |
qrac
added a commit
that referenced
this issue
Nov 28, 2022
ボタン部分を静的なreplaceに変更して実装し直した。 |
リストをグルーピングして2つ以上に分ける機能を考える。PCとスマホ版のプロトタイプを同時に提出する場合など。 |
#78 と同様。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
仕事でよく使うminista-sitemapをビルトインコンポーネントにして、リストを自動生成できたら楽になると思う。
The text was updated successfully, but these errors were encountered: