vulcan-npm icon indicating copy to clipboard operation
vulcan-npm copied to clipboard

The full-stack JavaScript App Framework

Results 70 vulcan-npm issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** We currently have an API key pattern in Vulcan, see "context" creation for instance. It grants admin rights to the...

enhancement

It's not clear in Apollo whether the generic type "TData" refers to the type of "document" or type of the response. For example, if it refers to the document, we...

apollo
typescript

Like we do in Next, we shouldn't need to explicitely import React in any .tsx file

easy / good first issue

**Is your feature request related to a problem? Please describe.** There is no dev mode so we must manually rebuild. **Describe the solution you'd like** `yarn run dev` should run...

enhancement
easy / good first issue

Cross post of https://github.com/VulcanJS/Vulcan/issues/2549 ### Dream goal Goal is to replace the dynamic Component replacing pattern by explicit exports that would "magically" replace components. Imagine a component structured like this:...

enhancement

### Current state: - single will return `{ data: { foo : { result: `}, result: }}` - multi will return `{ data: { foo : { results: `}, results:...

easy / good first issue
graphql

Probably an instance of #6 , we may need to move the next material ui package back to the Next application in the meantime.

In Vulcan, commit "3ac1a60b62fb78fd1d71d72f00b11172f34a0ed4" replaced `cache` by `client` in Apollo multi query updater. For the record, this function updates list when you create a new item locally. As a default,...

bug
apollo
need 3rd party fix

Building packages meant specifically for Next is specific. We probably don't need to have a full build process, and we should instead let Next do it's magic as much as...

enhancement
next