Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFilling data server side instead of on client side #57
Comments
|
I think that #11 will need to be completed first. It would also be good have some docs/examples for it. |
|
Now that v1.0.0-beta.0 has shipped, there are a lot more isomorphic possibilities. Now would be a good time for anyone interested to kick the tires and experiment with server side rendering with React Refetch. |
|
@ryanbrainard What's the status on isomorphic support as of now? |
|
@isaachinman We don't do anything isomorphic with this library internally, so there is no explicit support and what might exist incidentally is not tested or documented. |
|
Ah okay, that is a shame. |
|
This issue is address that by anyone who would like to contribute. I just don't have the expertise or need for isomorphism, but there is someone who does, PRs would be welcome :) |
|
Hi, Is server-side rendering still not implemented? |
|
@mymtwcom Sorry, still the same answer as before. |
There doesn't seem to be a mention of how one can use this library to fetch data and populate views on the server side. Is it possible to do so with this library à la react-resolver? It would be a nice addition for people looking to build completely isomorphic apps.