hookstate
hookstate copied to clipboard
Combine extensions
How to combine two extensions such as "devtools" and localstored"?
How can I configure this in the same state? In the documentation it is not clear.
Thanks in advance for any feedback.
useHookstate(...., extend(extension1, extension,2, ....))
or hookstate(..., extend(extension1, extension2, ...))
@avkonst That's it! Thanks.