You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current data processing stage is heavily processed on the NextJS server side. Even though this is not a big deal for the scale of our app at the moment. In the long run, there will be more glitches and delay on components rendered. Considering moving this to backend server will reduce the responsibilities of the client.
Describe alternatives you've considered.
Not think about it yet.
The text was updated successfully, but these errors were encountered:
chungquantin
changed the title
Feature Request: Moving data processing stage to backend
feat(data) : moving data processing stage to backend
Nov 29, 2024
Describe the solution you'd like
Current data processing stage is heavily processed on the NextJS server side. Even though this is not a big deal for the scale of our app at the moment. In the long run, there will be more glitches and delay on components rendered. Considering moving this to backend server will reduce the responsibilities of the client.
Describe alternatives you've considered.
Not think about it yet.
The text was updated successfully, but these errors were encountered: