Marco Wettstein
Marco Wettstein
For talking about a graph, modelling it, reviewing it and understanding it, its often useful to have a more visual representation. I did some research and found this one which...
*Problem* When fetching a list and than the detail, you might be able to use cache redirects: https://www.apollographql.com/docs/react/caching/advanced-topics/#cache-redirects-using-field-policy-read-functions However, this only works if your detail will fetch the record by...
##### What would you like to be added when you open the dashboard and your token has expired, the login page is presented. When you login, it redirects you to...
this implements this proposal: https://github.com/amwmedia/plop/issues/105#issuecomment-355843821 TODO: - [x] unittest describing what happens if you have multiple mixins
In `plop.setActionType` the third parameter ("plopfileApi") has now a new function as property `runActions(actions, data)` You can pass an array of `actions`, so that your custom action type will invoke...
when invoking `mantra d component core:foo` mantra-cli should remove import Foo from './foo' from `/client/modules/core/components/.stories/index.js`
I usually only use routes in core, because having routes in multiple modules may lead to re-renderings (see https://github.com/mantrajs/mantra-core/issues/9), so it would be cool to just be able to disable...
Just something small i noticed, but i did not attemp to fix it yet: generateContainer should import generateComponent and destroyContainer should import destroyComponent, currently its duplicated code.
The mantra-atom-package is very convenient and also generates stubs for components, tests, stories, etc. But it does not generate the same code as mantra-cli. Also teams that have atom- and...
It would be cool to be able to generate react-native apps in the future. maybe `mantra create-native myapp` ? A good sample project is https://github.com/inProgress-team/react-native-mantra-boilerplate We need new templates for...