React fetch data in server before render

前端 未结 8 2025
自闭症患者
自闭症患者 2020-12-02 18:29

I\'m new to reactjs, I want to fetch data in server, so that it will send page with data to client.

It is OK when the function getDefaultProps return dummy data like

8条回答
  •  猫巷女王i
    2020-12-02 18:55

    You can use redial package for prefetching data on the server before attempting to render

提交回复
热议问题