Lets Build a React Project W/ The GitHub API

Поделиться
HTML-код
  • Опубликовано: 22 дек 2020
  • In this video I demonstrate how to use the fundamental concepts within react to build a small yet practical project where we consume the github api. We take advantage of useSate as well as useEffect to build this project the idiomatic react way.
    CSS gist: gist.github.com/ChaimF90/28a4...
    React Fundamentals: • React Fundamentals in ...
    --SUPPORT THE CHANNEL--
    If you would like to support the channel you can use the below link.
    I would like to stress that while it would be greatly appreciated, in no way is this required!
    link: www.paypal.com/paypalme/codin...
  • НаукаНаука

Комментарии • 21

  • @utkarshgoel2021
    @utkarshgoel2021 2 года назад +16

    If Eminem was a coder XD

  • @chrischarles885
    @chrischarles885 2 года назад +2

    Very good. It's surprising, but the very fast speed actually makes it easier to learn. He'd also make an amazing rapper.

  • @matthiasmatanda4295
    @matthiasmatanda4295 11 месяцев назад

    Just what I wanted the api.github endpoints for different pages, thank you so much,

  • @mukhammadjonnazarov526
    @mukhammadjonnazarov526 2 года назад +1

    Waawww,
    Super easy and super clean way of explaning. Thank you so much bro, Keep working and creating awesome videos like this.

  • @jasper5016
    @jasper5016 2 года назад +2

    You are superbly talented. I cannot believe that you have such low subscribers. You should have at least 100K subscribers. Thanks a lot for your tutorials.

  • @anyadroz9303
    @anyadroz9303 7 дней назад

    This is amazing. Thank you!

  • @hyungjuncho6628
    @hyungjuncho6628 2 года назад

    I really appreciate what you are doing Chaim! Hope there are more series like this. Thanks again

  • @krzysiek1729
    @krzysiek1729 2 года назад

    Nice and clear tutorial! Keep it up man!

  • @duranakyol9606
    @duranakyol9606 10 месяцев назад

    thank you very much, it was a very useful video :)

  • @Human_Evolution-
    @Human_Evolution- 3 года назад

    Remember the Micro-Machines commercials in the 80's? Getting those vibes from this fast talking video. Great voice at least.

  • @TheCodingOdyssey
    @TheCodingOdyssey 3 года назад +4

    the way that microphone sits and looks when video started I though for a second you have your arm in a brace ha ha

  • @hanibal43
    @hanibal43 3 года назад +1

    Great video as always! would love to see a video on unit testing

    • @CodingWithChaim
      @CodingWithChaim  3 года назад +3

      thank you! Its been added to the list, will try to get around to it at some point in the nearish future

    • @hanibal43
      @hanibal43 3 года назад

      @@CodingWithChaim THANKS!

    • @saitejagatadi9711
      @saitejagatadi9711 3 года назад

      Hi,
      I would like to make switch into development...
      Can you give me a glance on how your daily work look like as a Developer..

  • @indootaku2460
    @indootaku2460 3 года назад +6

    Is he rapping code

  • @rangabharath4253
    @rangabharath4253 3 года назад

    Awesome

  • @Tropcaliente
    @Tropcaliente 2 года назад +2

    hommie talks in 1.5x

  • @zlackbiro
    @zlackbiro 3 года назад

    Explain to people, why you even need to use form inside React if you have state provided for values? What is the usage of form tag and submit? If your answer is accessability for blind people, you may right. But everything you need is just an input and axios inside handler called on button click. Values are however inside the state... you can grab it in 1000 ways... LOL...