Installation ๐ง
Just install @hazae41/xswr using your favorite package manager.
npm i @hazae41/xswrThen, wrap your app in a XSWR.CoreProvider component.
function MyWrapper() { return <XSWR.CoreProvider> <MyAwesomeApp /> </XSWR.CoreProvider>}