Yeah as far as state it's all about sessions. I ne...
# general-english
c
Yeah as far as state it's all about sessions. I need to test it a bit, but it's all server driven and Bun holds the session in SQlite. So it can be deployed anywhere and I'm thinking about where I wanna go with it. Because session can be handled in so many ways since it's owned by the user. Zustand paired with the SQlite is what I'd do if I was implementing it. That's what I personally wanted, so that sessions were atomic.
2 Views