gapstack icon indicating copy to clipboard operation
gapstack copied to clipboard

Imperative Render: Support custom state provider

Open Nick-Lucas opened this issue 2 years ago • 0 comments

Imperative render maintains internal run-time state, but on the web state is often wanted in query-params, localstorage, or redux as some examples.

Allow instances to be configured with a custom hook or provider which can be used to hoist out the current render state

Nick-Lucas avatar Oct 31 '22 16:10 Nick-Lucas