angelle-sw / use-axios-client

Make axios requests in React using hooks.
https://use-axios-client.io
MIT License
157 stars 7 forks source link

Add Next.js SSR example #98

Closed therealparmesh closed 4 years ago

therealparmesh commented 4 years ago

I created the examples folder to put future and current example projects into.

This example shows how one could use the ssrData prop within a Next.js project.

I scaffolded it with create-next-app.

Kapture 2019-12-18 at 22 51 26

therealparmesh commented 4 years ago

💪