Skip to content
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: maifeeulasad/reactjs-beginner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: maifeeulasad/reactjs-beginner
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.
  • 18 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 1, 2020

  1. npx create-react-app

    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b422f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b698680 View commit details
    Browse the repository at this point in the history
  3. declare states

    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    45dfac5 View commit details
    Browse the repository at this point in the history
  4. accessing states

    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    4294d6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a8f610 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f94b67 View commit details
    Browse the repository at this point in the history
  7. rendering different class

    splitted App is two now
    App contains only name
    BoroApp contains age
    ---------------And rendering BoroApp------------
    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e0fb97b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94e2efe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b54488 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc6ab3c View commit details
    Browse the repository at this point in the history
  11. playing with props

    tried what happens when props is accessed but not passed
    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ef17e15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a783f76 View commit details
    Browse the repository at this point in the history
  13. basic family structure

    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    59a19b2 View commit details
    Browse the repository at this point in the history
  14. baisc family potrait

    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    857e484 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    051e33b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    90f2111 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    68f977b View commit details
    Browse the repository at this point in the history
  18. child to child communication

    aka. : siblings communication
    maifeeulasad committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    0689eb6 View commit details
    Browse the repository at this point in the history
Loading