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
edubart — Today at 10:37 AM
I think the dapp could be reworked to not need dynamic requests so its frontend can be hosted as a static website. I don't see the need to recompile frontend on every new bounty, just update the bounty list using GraphQL after every submission in the frontend, the whole dapp frontend could be a SPA (single page application).
@endersonmaia I don't know yet about the effort for this refactoingr, but I totally agree with @guidanoli recommendation for us to continue the work with what we have now. 😉
https://discord.com/channels/600597137524391947/1166042819782258788/1212755480280174652
For more info about dynamic routes on NextJS, check: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes
The text was updated successfully, but these errors were encountered: