Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a server side rendering API #2

Closed
4 tasks done
jaydenseric opened this issue Feb 28, 2018 · 1 comment
Closed
4 tasks done

Add a server side rendering API #2

jaydenseric opened this issue Feb 28, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jaydenseric
Copy link
Owner

jaydenseric commented Feb 28, 2018

  • Export a server function for rendering a component tree to cache.
  • Cache can be used for a network request free server side render.
  • Cache can be hydrated on the client for an initial render.
  • Update the Next.js example to SSR.
@jaydenseric jaydenseric added the enhancement New feature or request label Feb 28, 2018
@jaydenseric
Copy link
Owner Author

I'm trying out react-tree-walker, but having an issue with recursing function as children components.

jaydenseric added a commit that referenced this issue Mar 9, 2018
RyanWooldridge added a commit to RyanWooldridge/React-graphql that referenced this issue Aug 21, 2019
denisp22 added a commit to denisp22/graphql-react that referenced this issue Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant