vilay icon indicating copy to clipboard operation
vilay copied to clipboard

Vite SSR framework with support for React SSR streaming and Relay

Results 9 vilay issues
Sort by recently updated
recently updated
newest added

Some bug I created in that last PR made it so that `usePageContext` only works if you provide the `PageShell` now?

bug

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...

enhancement

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...

enhancement

It looks possible to provide official ReScript support in Vilay, which will be great to have.

enhancement

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...

enhancement

The current `Introduction` page is not that appealing. We need a landing page with some dynamic and fancy contents.

enhancement

TS typechecks, unit, and e2e tests should be done for some level with various scenarios.

enhancement

- `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...

enhancement