David J. Davis

Results 5 issues of David J. Davis

I found two issues, one, at the page level you cannot use getServerSideProps along withApollo eported on the page without getting an error. Two, getInitialProps isn't recommended by the Next...

hacktoberfest

I recorded 19 seconds loading going from one page that had the cooking.js invocation of webgl and navigating to another internal page causes extremely long load times and all the...

I work for the Google Store UX team and we've been using Grow for a few months now. I helped them get up and running with grow initially and everyone...

I've just cloned the project, and prepared to deploy the project. Running npm or `yarn run sanity-deploy` at the root directory just hangs on `lerna info Executing command in 1...

Hey Nick, I've tested your code with the implementation of index.js inside /reducers with: ``` import { combineReducers } from "redux"; import PostReducer from './PostReducer' export default combineReducers({ PostReducer })...