mento-protocol / governance-ui

An open source interface for the Mento protocol governance
https://governance.mento.org
0 stars 0 forks source link

[WIP] SSR improvements #96

Open RyRy79261 opened 5 months ago

RyRy79261 commented 5 months ago

Overview

Leveraging Nextjs, we could speed up the load of the app by leveraging nextjs SSR to hydrate the app with proposal data.

This ticket would need to be investigated before entering a sprint and would be considered low priority.

Given the data optimally would want to be updated each block, I'm not sure how much this could realistically improve speeds.

But there might be benefits to support this implementation

Reading links