React server rendering next.js related data problems?

how this data is given to the react page when node.js is used as a server for rendering. Or request the interface directly through getInitialProps?

Dec.31,2021

node.js write the interface, and then the node layer server requests the interface to get the data and then passes it to the react component, and then renderToString is inserted into the page. Call the
component as it should.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b364fd-4d6a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b364fd-4d6a0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?