Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryardley/ssr-next-hooks-example

An example of how to have SSR enabled next hooks
https://github.com/ryardley/ssr-next-hooks-example

Last synced: 21 days ago
JSON representation

An example of how to have SSR enabled next hooks

Awesome Lists containing this project

README

        

This is an example of a serverside hook in Next where we can pass a dynamic interaction with arguments to be run on the server and have the results hydrated back to the client:

- [x] Fix issue with serialization through clientside code mangling
- [ ] getServerSideProps
- [ ] getStaticProps