Integration of server and client data

use-bootstrap provides powerful components for integrating server and client data.

ViewState

ViewState is a component that can retrieve and modify state from the server or client without using scripts.

id email first_name last_name avatar
1george.bluth@reqres.inGeorgeBluth
George
2janet.weaver@reqres.inJanetWeaver
Janet
3emma.wong@reqres.inEmmaWong
Emma
4eve.holt@reqres.inEveHolt
Eve
5charles.morris@reqres.inCharlesMorris
Charles
6tracey.ramos@reqres.inTraceyRamos
Tracey
vue

ActionState

ActionState is a component that executes functions such as HttpPost and PluginHelper without using scripts, and retrieves the results.

vue