Eric Burel
Eric Burel
**Is your feature request related to a problem? Please describe.** We did an experiment with rendering React components to generate account management emails, but it's not that simple. **Describe the...
## Goal Account system out of the box is one of the main love feature of Meteor. ## Ideas, leads Looking for a replacement to Meteor Accounts. Pure soft implementation,...
## Goal :eu: ## Ideas - [ ] Get more knowledgeable about GDPR and the scenarios where it applies - [ ] Help user setting up relevant components/checks when GDPR...
https://www.apollographql.com/docs/apollo-server/performance/apq/
**Is your feature request related to a problem? Please describe.** The connector is meant for database communication, as an ORM. But it cannot include Vulcan security checks. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Components may generate a lot of boilerplate: - the component itself - the index.js file when the component is big...
**Is your feature request related to a problem? Please describe.** Mocking graphql queries is annoying, and we use specific solution. **Describe the solution you'd like** Use the same lib for...
**Describe the problem you want to solve or enhancement you want to bring** Support WIndows as much as possible. This is an umbrella issue for all trouble you can encounter...
## Goal Vulcan is a big framework. We want to include a lot of features for you to get started. But sometimes, you need something simpler. Maybe you don't need...
After exploring various styling approaches with Next, I came to the 2 following possible patterns ## 1. The CSS-in-JS approach: ~~Material UI+ Styled Components~~ Material UI v5 (emotion) ### Why...