Jean-Cédric Huet

Results 9 comments of Jean-Cédric Huet

> I don't get the enthusiasm here with dropping the support of new prisma versions. There is literally nobody here that uses Nexus Prisma plugin in production? I guess that...

> Hey, just wanted to say that the tutorial so far has been amazing! > I'm having an issue on the last part of testing with Prisma, and perhaps other...

Hey, just popping here because I was directed to this issue from [this page](https://nexusjs.org/docs/getting-started/tutorial/chapter-writing-your-first-schema#reflection). I realized this project is somewhat archived, but any chance this idea may transfer soon to...

I don't know why I never thought of extending the default Link component. Brilliant! I'm definitely refactoring this over the weekend.

Hello! I would like to explore avenues to fix this as I find the solution offered with this example miles ahead of the next-i18n's proposition. Have you tried looking at...

> > > Proof of concept using API routes in the [feature/apiroutetranslations branch](https://github.com/fwojciec/simple-i18n-example/tree/feature/apiroutetranslations). The [example site] (https://simple-i18n-example.fwojciec.now.sh) is currently built using this branch. > > The main change is loading...

@rovaniemi I think the next sensible step would be to use the new SSG api from next.js. I haven't had time to look into yet, but I do have a...

@fwojciec I'm curious to see what you do of this new LanguageProvider. Do you port `withAPILocale`'s functionality into a render prop pattern? Basically fetch the locale prop from `getStaticProps` then...