Pankaj Patel

Results 15 comments of Pankaj Patel

Or we can combine both gh-pages and parser from @NerdDiffer. In the background, we can make an app that uses the parser to structure data and webpack bundler will easy...

We can go forward with this as https://github.com/pankajpatel/easy-application/tree/master/docs

nice explanation @nelsonic; this explains many terms. learning remotely is also fun. hope to meet in near future.

For an update: I came across an interesting article which covers the API calls in the Middleware http://www.sohamkamani.com/blog/2016/06/05/redux-apis/ And this solved my problem. Though I am still wondering, how to...

@sohilpandya thanks for suggesting redux-think but redux-think already in the app as the react app has Apollo GraphQL tools and is registered through that. So I tried adding normal reducers...

I moved on to use zsh with [oh-my-zsh](http://ohmyz.sh/) plugin and it works like charm.

You can maybe alias the `axios` module imports to `redaxios` in your bundler. For my project, I changed the way I was using the content API to only run on...

This is happening because of the `node` and `npm` latest updates. All the peer packages have to be explicitly mentioned in the dependency of the project. If not, it won't...

I think it is possible. You can take a look at the [Ghost Admin Panel (Koenig Editor)](https://github.com/TryGhost/Ghost-Admin/tree/master/lib/koenig-editor) to get some idea on how to extend Mobiledoc.

I believe this is caused by the `theme` prop collision between SC and ReactSelect.