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

Why is `fetch` being used in the composer functions? Doesn't `fetch` return a non-reactive array? Why not just return a cursor?

ERROR in multi preview Module not found: Error: Cannot resolve module 'webpack-hot-middleware/client' in /Users/gbeaver2/github/local/mantra-sample-blog-app @ multi preview ERROR in multi preview Module not found: Error: Cannot resolve module 'babel' in...

The new post composer tests had `to.be.deep.equal` rather than `to.deep.equal`.

![image](https://cloud.githubusercontent.com/assets/1932087/14953784/24e08ab0-106d-11e6-8ecd-88b6e88544e1.png) Im using mantra core 1.6.1, react 15.0.2 meteor 1.3.2.4 I got the same with my MUI test app [https://github.com/martinwh99/myTestApp.git](url)

Blog app uses some binary modules which prohibit it from being deployed to Linux servers from non Linux computers such as my Mac. For example a binary module is: ```...

This URL does not work A sample blog app built with Mantra http://mantra-sample-blog.meteor.com/ cause there's no meteor.com anymore.

The firs I am sorry, I known that `mantra` don't care the module structure in `lib, server`. But could you advice to manage them for me? For example I have...

@arunoda you added storybook into the app. I tried to find more info about this but I could not. Where can I read what is this good for? I know...

Hi, We have some great discussion happening here. So, I think it's a great idea to move it to a discourse forum. See: https://github.com/kadirahq/mantra/issues/161

can i edit component state in actions ( like altjs... reflux) ? best solution on component is FORM with onChange method ? i want use stateless for this, can be...