Sacha Greif

Results 197 issues of Sacha Greif

Here's a pretty common scenario. I have a `post` object with `comments` subfield. The code could look something like this: ``` post.comments ? : Leave the first comment! ``` Notice...

I'm opening this issue to talk about what TypeScript support in Vulcan would look like. I think it'd be especially great to have auto-complete in VS Code through TypeScript to...

Trying to make an inventory of all the features supported by the current SmartForm component, and think about how to create a better version. ## Goals A new version should...

I know there’s the 2016 version, but I mean being able to compare in the same place if the project is accelerating or decelerating For example Feathers went from +4.1k...

When someone needs to log back in to an existing account, it makes sense to ask them to click the magic link to prove they own an email. However, when...

See https://github.com/StateOfJS/StateOfJS/issues/198#issuecomment-558776264

Another idea I had was to provide multiple patterns when relevant. I realize this might feel a little counter-productive if the goal is to provide clear guidelines, but on the...

I know most guides recommend a "single `input` argument" pattern for mutations, but I wanted to get feedback on this alternate pattern. Here's what I mean. ### Single Argument The...

To make it easier to reach consensus on specific patterns, I think it could be useful to tag them according to their "status". What I have in mind would be:...

While explaining CRUD operations is a great start, it could be interesting to also provide examples for things like voting, like/dislike, add to cart, checkout, sign up, etc.