📄️ Query gluon (SSR)
The query gluon is a gluon that is persisted in the query string of the url.
📄️ Cookie gluon (SSR)
The cookie gluon is a gluon that is persisted in the cookies of the browser.
📄️ Local gluon (client)
The local gluon is a gluon that is persisted in the local storage of the browser.
📄️ Session gluon (client)
The session gluon work exactly like the local gluon, the only difference is that the value is persisted in the session storage of the browser.
📄️ Memory gluon (SSR)
The memory gluon work exactly like other gluon, the only difference is that the value is never persisted in the browser.