Frontend implementation V2 #22
Replies: 4 comments 6 replies
-
Since it's a store here:
Try to change for this:
The |
Beta Was this translation helpful? Give feedback.
-
Ahh maybe you could create a slack for this project ? It will be easier to talk there |
Beta Was this translation helpful? Give feedback.
-
We have opted to keep V1 rather than complicate the hole data flow. We are now using everything ClickHouse offers out of the box, no need for a separate backend since we have the best DB already available... |
Beta Was this translation helpful? Give feedback.
-
@thiagodsti I've created a discussion so we have a better way to discuss :)
#21
Ahhh cool, so really should look into that...
There's something though... I'm referring to using Local Storage, the thing is the backend works with JWT, and in all requests it sends the user back, and also creates a
req.user
on the server which I can use to manage authorization and so on... So in theory the stores are not quite necessary for the user, I'm kinda of worried about something though, when Iconsole.log(any.store)
I get multiple calls to the server (I understand that when in dev mode it's duplicated) but I have like 4 to 8 every time...Beta Was this translation helpful? Give feedback.
All reactions