mantra-sample-blog-app icon indicating copy to clipboard operation
mantra-sample-blog-app copied to clipboard

A sample blog app built with Mantra

Results 27 mantra-sample-blog-app issues
Sort by recently updated
recently updated
newest added

Is there a reason why this repo or mantra in general, do not use wallaby for server code? Did anyone try it? Could you share an example of wallaby server...

When I try to run tests I'm getting the following output. Of note, linting seems to work fine but as soon as the tests start up this error happens: ```...

Excuse me, I tried to find on `atom package`, but not clear. What `eslint fix/format` to use for this. Thank for your helping.

hi everyone, i have a problem. i want to send some objects to actions before component render. how can i do that ? my currently solution: `` but this i...

On the client side, when we create a new post we use the `Meteor.uuid()` function to create a random string for the post `_id`, this is sent to the method...

The latest version of [meteor-react-hotloader](https://github.com/gadicc/meteor-react-hotloader#readme) introduces `.babelrc` support. But the `babel-root-slash-import` plugin breaks the Meteor build process, I get an error like: ``` Error: Cannot find module '/home/dragon/www/tmp/mantra-sample-blog-app/lib/collections' at require...

Thanks for all the good work you guys have put on Mantra. I found it clean and well architected. I have a comment more general in the naming convention used...

use composeAllWithStub defined in PR kadirahq/react-komposer#85 instead of disable(). This enables proper rendering of the nested container components. Specifically: - story comments.CommentList now shows the CreateComment properly - story core.Post...

- Bugs when trying to run this projects with storybook: 0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'storybook' ] 2 info...