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.** Apollo now provides a refetchQueries option to refetch queries by name => mutations could automatically trigger a refetch of multi...

enhancement

**Is your feature request related to a problem? Please describe.** Setup https://turborepo.org/ **Describe the solution you'd like** It should fasten builds with a better caching strategy

enhancement

**Is your feature request related to a problem? Please describe.** Vulcan could generate REST endpoints **Describe the solution you'd like** - Generate the definition of a REST API - Factor...

enhancement

**Is your feature request related to a problem? Please describe.** createdAt and updatedAt are timestamps ; userId is the id of the person that created the document (this is needed...

enhancement
easy / good first issue

**Is your feature request related to a problem? Please describe.** Some Vulcan components were defined only in Bootstrap or Material UI package. Now, we aim at supporting an unstyled version...

enhancement
easy / good first issue
react-ui

**Is your feature request related to a problem? Please describe.** When creating a model, you might want to expose reusable hooks with default options: ``` const useMultiTweets = () =>...

enhancement
easy / good first issue

**Is your feature request related to a problem? Please describe.** - Check if we keep graphql playground or not - Update the function that get error messages with the right...

enhancement

**Is your feature request related to a problem? Please describe.** Apollo Client 3.4.2 allows to pass variables and context into the update function => might be easier to write the...

enhancement
hacktoberfest

**Is your feature request related to a problem? Please describe.** Unit test may let pass the case where we forget to correctly export files in the NPM package. We absolutely...

enhancement
hacktoberfest

**Is your feature request related to a problem? Please describe.** @see https://stackoverflow.com/questions/63058081/package-json-with-multiple-entrypoints @see https://blog.mozilla.org/data/2021/04/07/this-week-in-glean-publishing-glean-js/ This would allow us to use `index.server.ts` files instead of `server/index.ts`, and get rid of the...

enhancement