Question
rootpeak
NL
Last activity: 11 Mar 2024 8:34 EDT
Pega DX API v1 Server-side or Client-side rendering
Hello Team,
We have a new DX API v1 project, which is in the earlier phases of development of the front-end adapter. There is debate whether to use client side rendering or server side rendering for making DX API v1 calls and also parsing the response on the server side itself.
To set some context, you can assume that the organization does not have any specific requirements on SEO or any preferences on on client-side or server-side. Currently the front-end team thinks that server side rendering using Next JS is better in performance so they are using both React and Next JS for making API calls on server side.
However, in my opinion if there is no specific requirements I would go with Client-side implementation and let the browser make the DX API calls and would stick with using only react framework to implement the front-end adapter as it makes debugging bit easier.
I would like hear from Pegasystems, what would be your suggestion on this scenario ? Would you suggest Client-side or server-side implementation of DX API calls when organization does not have any preferences ?
Thanks,
Jag
***Edited by Moderator Maarije to add EPIC-78226 ***