Austin S.
Austin S.
I like this. I think mutation naming could include "update" and "rename" based on [this](https://cloud.google.com/apis/design/naming_convention#method_names). Maybe "mutate" instead of "mutation". On the other hand, there could be scenarios where the...
Adding `serverDependenciesToBundle: ['@formkit/auto-animate/react']` fixed it for me, but I had to delete the `/build` and `/public/build` folders first so `remix watch` could regenerate the server files.
Yes, just add it after the AddRazorPages() call: ``` builder.Services .AddRazorPages() .AddRinMvcSupport(); ```
Like @romcik said, users who haven't published any posts should be able to have their author info returned for comments on a post. For instance, the commenter may be a...