Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryardley/ssr-next-hooks-example
- Owner: ryardley
- Created: 2020-03-24T23:47:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:01:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T04:10:07.122Z (about 1 month ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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