ReactJS News Application Tutorial

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 23

  • @prakharrai114
    @prakharrai114 3 роки тому +1

    Thank you so so much

  • @libraverse
    @libraverse 5 років тому +2

    Good explanation :D
    Speed up to 1.25 and it's perfect ;)

  • @shubhamgoel2774
    @shubhamgoel2774 5 років тому

    Great video, quite basic and can help to understand the structure and working

  • @westfield90
    @westfield90 4 роки тому

    Thank you. This was an excellent tutorial

  • @fabiocarvalho9033
    @fabiocarvalho9033 3 роки тому +1

    Greate!

  • @sayalithakur268
    @sayalithakur268 4 роки тому

    nice explanation. but can you add further search bar which will search news by categories?

  • @parsa6043
    @parsa6043 5 років тому +5

    You should have named the video, 'How to get data from a news api', because all you did was fetch the data and display it. You didn't have a form to get a certain number or a certain category of news. Not a complete application in anyway

    • @rajatmann8897
      @rajatmann8897  5 років тому

      Well, this is a very quick demo made in very short time. Anyone interested to make an application can work more on it.

  • @kavinprathaban5132
    @kavinprathaban5132 4 роки тому

    Thank you alot Rajat.. good content.

  • @mdyusufshafique6614
    @mdyusufshafique6614 2 роки тому

    Can you add here all the code's which you doing over here😇

  • @dataisbeauty5512
    @dataisbeauty5512 4 роки тому

    go ahead

  • @pricehomes
    @pricehomes 5 років тому

    Well done. Thank you!

  • @muhammadfaiz9409
    @muhammadfaiz9409 4 роки тому +1

    if we refresh the page will the news get updated ?

  • @AbhishekKumar-rr8ov
    @AbhishekKumar-rr8ov 4 роки тому

    what to do where there is [+1234]

  • @muhammadfaiz9409
    @muhammadfaiz9409 4 роки тому

    can we add a search engine in this news api ...if yes pls make a tutorial video

    • @rajatmann8897
      @rajatmann8897  4 роки тому +1

      If you want search you can use either front end search or API search. API search feature shall be supplied by API provider. But frontend search can be done on JS code with something like Fuse.js

  • @hamni9415
    @hamni9415 4 роки тому

    thanks alot. how cant add other news api and other coutries and catergoriys

    • @rajatmann8897
      @rajatmann8897  4 роки тому +1

      This was basically example for react.js. For getting news for different country you will need to find some news API provider or maybe create your own news API, but that's whole lot of work to do.

    • @hamni9415
      @hamni9415 4 роки тому

      @@rajatmann8897 thanks alot

  • @jalal6544
    @jalal6544 5 років тому

    Hello, I followed the tutorial exactly but I am getting the error TypeError: Cannot read property 'map' of undefined
    for > 27 | {this.state.articles.map((item, index) => {
    Please help, thank you!

    • @rajatmann8897
      @rajatmann8897  5 років тому

      That means that your array variable is undefined. Check using debugger if the array variable is fine or not.

  • @iCamper9
    @iCamper9 5 років тому

    Awesome