createSSRPlugin — records dispatched commands on the server for dehydration.
Install the .plugin on the server bus. After rendering, call .dehydrate() to get a serializable command list for embedding in the HTML payload.
.plugin
.dehydrate()
createSSRPlugin — records dispatched commands on the server for dehydration.
Install the
.pluginon the server bus. After rendering, call.dehydrate()to get a serializable command list for embedding in the HTML payload.