2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

x-initとは

Alpine.jsを呼び出すときに最初に行う処理です。
こちらで説明してます。

x-initでAPIを叩く例

JSONplaceholderからデータを持ってきてます。

See the Pen Untitled by gorimatyan (@gorimatyan) on CodePen.

取ってきたtodoはオブジェクトなので、生のJavaScriptと同じ記法で取り出すことができます。

todo.title

持論

Laravelを使うならこの辺のデータ取得はコントローラーやLivewireで行った方が、フロントエンドとバックエンドを分けて実装できてメンテもしやすい気がします。
私は今回紹介した記法は使わず、コントローラーやLivewireで今後もデータを渡すつもりですが、一応紹介してみたという試みでござんした。

まとめ

こういう書き方があることを知っておくと、どこかで使えることに気付けるからヨシ!!!

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?