vilay
vilay copied to clipboard
Vite SSR framework with support for React SSR streaming and Relay
Closes #12
Some bug I created in that last PR made it so that `usePageContext` only works if you provide the `PageShell` now?
We need to be able to allow users to asynchronously build the initial page context before renderPage in each of the dev server, node and cloudflare environments. Something similar to...
Providing an isomorphic API for users to define both client and server GraphQL resolvers will be a huge step towards being a fullstack framework. It'll be something like a better...
It looks possible to provide official ReScript support in Vilay, which will be great to have.
This topic needs more research. - Is it actually worth enough to implement? - How would we want to handle bundling? Should we look at `@module` directives inside GraphQL tagged...
The current `Introduction` page is not that appealing. We need a landing page with some dynamic and fancy contents.
TS typechecks, unit, and e2e tests should be done for some level with various scenarios.
- `react-streaming` will be used for simplifying the stream injection - `ReplaySubject` is a thing to look at - Maybe we should hide the `RelayEnvironment` from users and only provide...