Skip to content

issues Search Results · repo:learnrelay/pokedex language:JavaScript

Filter by

16 results
 (52 ms)

16 results

inlearnrelay/pokedex (press backspace or delete to remove)

If you open card and then navigate back - all data is requested again: Screenshot Why is that? Shouldn t Relay Modern cache and request it only once?
  • olessavluk
  • 1
  • Opened 
    on Apr 29, 2018
  • #31

The steps are slightly off. Instead off: git clone git@github.com:learnrelay/pokedex.git cd pokedex git checkout step-01 npm install npm start # open localhost:3000 I needed to do this git clone git@github.com:learnrelay/pokedex.git ...
  • CADBOT
  • 1
  • Opened 
    on May 13, 2017
  • #30

The link in If you haven t done it already, checkout the interactive Learn Relay tutorial. in README.md links to https://learnrelay.org/ which redirects to https://www.learnrelay.com/, which does not exist. ...
  • bjornarg
  • 1
  • Opened 
    on Mar 24, 2017
  • #27

{ data : null, errors : [ { locations : [ { line : 3, column : 5 } ], path : [ viewer , allPokemons ], ...
  • toobulkeh
  • 2
  • Opened 
    on Mar 21, 2017
  • #26

In step-01 we create the relay container around the ListPage component, However are then instructed to checkout the step-02 branch which has this change reverted. Also, step-01 the instructions about ...
  • hailwood
  • Opened 
    on Feb 4, 2017
  • #25

Couldn t get the routing from PokemonPreviewPage back to ListPage. Kept complaining about this.props.router being null. Solved via wrapping ala Route ... component={withRouter(PokemonPage)}.
bug
  • skimming
  • 3
  • Opened 
    on Nov 15, 2016
  • #21

From exercise 4 onwards, in PokermonPage.js the instances of this.props.router.push are throwing errors: Cannot read property push of undefined. I m aware of the withRouter removal in #11, but I don t ...
bug
  • trongthanh
  • Opened 
    on Nov 2, 2016
  • #18

There are some examples for how to setup a simple graphql server, e.g. https://medium.com/apollo-stack/tutorial-building-a-graphql-server-cddaa023c035 We could implement a simple version with just the ...
  • lowsky
  • 1
  • Opened 
    on Oct 18, 2016
  • #15

see #6 and #7
bug
  • marktani
  • 2
  • Opened 
    on Sep 30, 2016
  • #13

I did a git checkout on this file, ran npm start and got the following linting errors. Noting in case this isn t expected given the there is an .eslintrc file in the repo. learnrelay3
bug
  • idkjs
  • 4
  • Opened 
    on Sep 22, 2016
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub