Manjula Subhashchandra Dube

Results 10 issues of Manjula Subhashchandra Dube

Update to use render props API from React Apollo 2.1. This needs to be taken care for advanced react boilerplate for all the components.

Reference: From basic react https://github.com/graphql-boilerplates/react-fullstack-graphql/tree/master/basic

`subscribeToNewFeed` for subscription should be implemented as a member function on `FeedPage` rather than being added to its props ---In progress

![login](https://user-images.githubusercontent.com/7845921/36218958-fccc2e54-11db-11e8-86bf-b098bce355b2.png) ![signup](https://user-images.githubusercontent.com/7845921/36219010-18355fb2-11dc-11e8-8baf-32459a8326ae.png) ![launch](https://user-images.githubusercontent.com/7845921/36219082-4b31e7dc-11dc-11e8-9fbb-e7ff5cb7aebd.png) - Coding style: **Eslint & JShint** - Vue Boilerplate: **Eslint** - React Boilerplate: **Eslint** **Color Guide** - Primary color: #52FG8G - Secondary color: #212121 - Accent color:...

ReferenceError: Worker is not defined

good first issue
question

@nitish24p Should we take this up? What are your thoughts on this? Processing an image with filters supplied as props and return a base64 image.

`Loading (from {process.env.REACT_APP_GRAPHQL_ENDPOINT})` should either be removed or the proper server endpoint should be inserted. @nikolasburk Since this is the issue with over all node advanced I will fix it...

```componentWillReceiveProps(nextProps) { if (this.props.location.key !== nextProps.location.key) { this.props.feedQuery.refetch() } } ```