Eric Burel
Eric Burel
## Goal Progressively transition from Meteor to Next app. - First being able to connect any type of JS frontend to a Vulcan backend - Then reuse Vulcan code in...
**Is your feature request related to a problem? Please describe.** Investigate https://github.com/leoasis/graphql-tag.macro as proposed by @Apollinaire It replaces `gql` tags at build time using Babel macros instead of runtime We...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
## Update based on Next improvements Future version of Next (9.6 most probably) will include a smarter setup for i18n, that we should include into Vulcan when it's more mature....
**Describe the bug** Callback behaviour is not predictible enough. **To Reproduce** For instance, I had forgottoen to import `crypto` in the hashPassword function of the user model. The user creation...
## Goal Slow build is the number 1 productivity killer. Building a Vulcan Next app should be as fast as possible, even when your app grows big. ## Ideas /...
**Describe the bug** Seed logic doesn't belong to any endpoint. In a serverless approach, seeding should hapeen in a "predev" or "prestart" script that is run globally at application startup...
**Is your feature request related to a problem? Please describe.** It allows to test pages intuitively, in Jest **Describe the solution you'd like** 100% coverage on pages \o/ In particular,...
**Is your feature request related to a problem? Please describe.** Next.js will bake NEXT_PUBLIC_* client variables at build time. So you cannot change those variables at runtime. [react-env](https://github.com/andrewmclagan/react-env) brings the...
**Is your feature request related to a problem? Please describe.** You have a Next app, you want to add a Vulcan backend in it **Describe the solution you'd like** What...