use-bootstrap は サーバーやクライアントのデータを統合する強力なコンポーネントを用意しています。
ViewStateはScript無しでサーバーやクライアントから状態を取得し変更することができるコンポーネントです。
id | first_name | last_name | avatar | |
---|---|---|---|---|
1 | george.bluth@reqres.in | George | Bluth | |
2 | janet.weaver@reqres.in | Janet | Weaver | |
3 | emma.wong@reqres.in | Emma | Wong | |
4 | eve.holt@reqres.in | Eve | Holt | |
5 | charles.morris@reqres.in | Charles | Morris | |
6 | tracey.ramos@reqres.in | Tracey | Ramos |
ActionStateはHttpPostやPluginHelperなどの関数をScript無しで実行し、結果を取得するコンポーネントです。