Level 88
The JSON and HTML responses have the same response time. It just depends on how much logic you do. The HTML response depends on how much other data you load. With the React approach, you might need to do multiple requests so the responses will be faster per request, but doing multiple requests might take longer.
1 like