Solid way to Show components based on information from the session or cookies or server only data?
With RSC, our team is used to use data available only in the server in the context of a request, like from headers, cookies, or even server only string arrays. For example:
Is there a "solid way" to do this in solid start? Or we should just use
Is there a "solid way" to do this in solid start? Or we should just use
createResource and a server actions? I'm hoping there is a way to run code only on the server without it being a server action.