Adding Infinite Scroll to NewsMonkey | Complete React Course in Hindi #35

preview_player
Показать описание
React class-based components: In this react course, we will see how to learn react using projects.
This is going to be a project-based course full of real-world react projects.

Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Рекомендации по теме
Комментарии
Автор

If you are on Instagram, you can follow me there for more updates on courses & other stuff: Instagram.com/codewithharry

CodeWithHarry
Автор

Please share your past college life (IIT Kharagpur) in one video 🙏🙏☺️☺️

Hiroshi_Yo
Автор

You are just amazing !! This course is really helpful. Enjoying react learning with your wonderful teaching techniques. Appreciating your hard work and knowledge sharing attitude a lot !! Happy Coding and God bless you !!

dh
Автор

for "Encountered two children with the same key" error, in map function use index
{this.state.articles.map((element, index) => {
return <div className="col-md-4" key = {index}>

khushaboo
Автор

Best course ever of reactjs harry bhai. Thank you

rishabhgoswami
Автор

Love you Harry bhai ♥️♥️♥️
Thank you for the amazing course

FarhanKhan-mvsc
Автор

This course is awesome and the app looks very professional indeed 😍😍😍🔥🔥.

muhammadaarizimam
Автор

your each video is a treasure. best channel to learn react. tried many other channels also. but you are best harry bhai

vishaldhingra
Автор

The app is looking very amazing now !! ❤️

Amal-qhuu
Автор

Thank You So Much Harryyy for this amazing course. It was very helpful and your efforts are really Thank You So

AnshMehta-mgmd
Автор

I just made completely this news sir. Thanx ❤

ezzylearn
Автор

All Errors Solution -
for duplicate key error -
{this.state.articles.map((e, ind) => {
return (
for continously spinner at the last page
Add this - loader={this.state.loading && <Spinner />},
in fetchMoreData don't remove loading:false and this.setState({ loading: true });
Remove this - just before InfiniteScroll tag don't include {this.state.loading && <Spinner/>}

Hope it's work.

gaganvishwakarma
Автор

love from pakistan, ,Enjoying react learning with your wonderful teaching techniques. Appreciating your hard work.

DigitalClassroomWithSajid
Автор

Harry bhai bohot acha laga... Ye Infinite Scrolling feature🔥🔥🔥🔥

subhampaul
Автор

this video is very useful, 🥰 harty vy is the best, , love from Bangladesh hqrry bhai🥰

kingslayerabirrion
Автор

You are a greate turor in the whole world

bugsfounder
Автор

if anybody facing two vertical scroll bar problem then you have to add style overflow:hidden in infinitescroll

it will solve your problem

shailenderjaiswal
Автор

harry bhai ....❤first of all love u ....please app django restapiframework per ek playlist banayo please 💕

manish-rjiq
Автор

Harry Bhai please complete the data structures and algorithms course

gourab_roy
Автор

SERIOUS PROBLEM : After implementing infinite scroll component it was working fine but suddenly it not only stop working but also crashes Chrome and VS Code every time i run this app.

asliraxa