Eric Burel

Results 375 comments of Eric Burel
trafficstars

Haven't checked in a while! Do you still have this issue? You'll probably want to access the right URL directly, maybe smth like "/index.html".

There's an extra step of setting the "packageManager" that I missed, now it works. > It lets you select a specific pnpm version which should solve this issue, thanks! In...

Hi @stigfaerch you can join the vulcan channel on GraphQL discord: https://discord.com/channels/625400653321076807/974584105167618049 I am also hanging on Next.js Discord

My 2 cents regarding Next.js. First my current understanding is that Redux is already SSR friendly, which explains why the [Next.js official redux example](https://github.com/vercel/next.js/blob/canary/examples/with-redux) is pretty straightforward. In previous versions,...

If that's of any help, a few years ago I moved the Vulcan framework code base (an abstraction over Meteor that was popular some years ago) to a monorepo of...

**I'd clarify SSG , SSR as such:** - SSR: Dynamically rendering HTML content on the server at request-time - Static Site Generation: Pre-rendered static content at build-time or anytime ahead...

> SPA, MPA, SSG,... Seem to be mutually exclusive, but Progressive Enhancement, Streaming SSR and Incremental Static Generation are but techniques that could be available or not for all of...

For each feature, is it worth quoting examples? Because people might use them unknowingly or better understand with an example. I fear that we may throw a lot of hard...

> @eric-burel how about adding: > > * Edge Rendering > _Altering rendered HTML at the edge before sending it on to the client_ Just on this: I really prefer...