Closed endersoncosta closed 2 years ago
For me the benchmark is Graphql Playground
I will just leave it here, to other people can more easily find the reference:
I'll put the shelf in another repository and we can transfer this discution about in appropriate local.
@endersoncosta now we have the separated repo: https://github.com/herbsjs/herbsshelf
We need to raise the issue of client-side or server-side rendering, in the Shelf, the complexity is different for each of the cases ...
For the client-side, we will need to think about how to configure the communication between the ends, since after the page has been rendered we will no longer have access to the internal variables and functions...
For the server-side, we will need to think about how to make the environment instance, so that it does not interfere with the main application.
Exists any example to use as inspiration?