Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coderplex-org/coderplex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: krushiraj/coderplex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 20, 2019

  1. Test GraphQL with Next

    - Updated next to v9
    - Added GraphQL and Apollo related dependencies
    - Added _app.js in pages which will add ApolloClient HOC
    - Added other GraphQL related config and query files
    krushiraj committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    e162501 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. fixed learn section issue

    In learn section the subjects laravel and react are being rendered on the site itself instead of redirecting it to some other resource.
    
    The components resposnible to display all the learn page related stuff is not getting the router object through url member in props. This is because we are using custome App.js file for entry point.
    
    Now I'm passing the router object as url prop to child components in App so that they can get access to it and behave in the expected manner.
    krushiraj committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    eb2a6a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0373d8d View commit details
    Browse the repository at this point in the history
Loading