give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime, Brad, I am jobless but in a couple of months, I am sure I will earn my bread ... Brad is a living legend, I owe You So much
If you have problem z content range I recommend replace ra-data-simple-rest fith ra-data-json-server and it works fine. I recommend reading the react admin documentation
Hi Brad, I am so interested in React--admin so I wish you could make more video about it to create a bigger project. Thankful for that. Love your channel. #traversymedia
res.header( 'Access-Control-Expose-Headers', 'Content-Range'); res.header('Content-Range', 'tasks 0-4/20'); I needed both of these headers to allow react admin to see the header
Now, this was great. I remember how much code I was writing before to achieve this functionality. I'll definitely make use of this. Thanks, Brad, and welcome back champ.
I have spent the last couple of days building an Admin section for a website, and now i see this video where you can do it in minutes haha, Thanks a lot! ps: Any chance you could do an unit testing crash course for a full project(test routes, components, etc)?
"What's going on guys" literally this sounds can make me wake up at midnight. Guys who have not subscribed yet, plz subscribe the mentor who gave me a lot of recognition just at 12... Love you brad.. With love from India 🇮🇳 . Take care of yourself and your family. #BeSafe P.S. I am a very deep sleeper 😅.
Ayyy I was right, it is a Brad video. Not that I don't appreciate your guests, they have been great! Welcome back, hope your health keeps improving. Just picked up your new MERN course about 5 minutes before getting the notification for this video. Looking forward to both!
Wow 🔥 All this functionality with just little code! Thank you for this amazing video I had recently been looking for a way to create an admin panel that had the ability to add edit and delete and didn’t want to use any database like MongoDB or postgresql etc It came in handy Thank you ❤
hey man, not sure if you will ever see this but I just wanna say thanks for making all these videos. I've learned a lot and has helped me with my technical assessments to get into school.
This library has a few very basic components, but it also has payed components that are charged on monthly basis. 125 usd for a team of 2 a month. Charged on yearly basis. Even when you pay that there are still components that are in development. On the other hand you could use something like Drupal on a back end and use their admin stuff for free. You just need to build a front end in react if you really want that.
Do you mean for the json placeholder api or does this work with an express server? I am having issues integrating this with an express server and could use some help. Thanks mate!
@@khandoor7228 I haven't used this with an express server so, I am not sure about that. I was having an issue with pagination while using 'ra-data-simple-rest' data provider so I used 'ra-data-json-server'. www.npmjs.com/package/ra-data-json-server
Hey man could you please give me some hint for : I am actually trying to implement it using my custom express routes on the backend, i am pretty confused with the react admin docs, I guess it has something to do with custom data providers?
@@ayushkushwaha171 hey. Actually, I am not using this thing but interested in. I prefer to write admin interfaces from scratch. Yea, I dont like their docs too - a bit shitty. But you can use one of existed providers ("Simple REST" for example) or you can write a custom one.
Awsome video as always.. please please please do the auth. I'm struggling with a rest api behind keycloak at the moment and its doing me in (not even sure what hooks I should be using).
This is great. I just bought your new React eCommerce course. Do you think I can implement this dashboard in the eCommerce project? Would you suggest making new routes for the Dashboard or deploying it separately? Thanks for your lessons Brad!
I have a couple projects using it in the React Projects playlist, BUT Adrian just did a Mterial UI crash coruse that I will most likely be releasing Friday or Monday
It's awesome.I am your fan from Taiwan.Hope you can do more tutorial about react especially making some awesome website using material-ui or antDesign. Learn a lot from you. Thanks
Thanks Brad .. I didn't even know that we have a React admin :) ....Really appreciate your efforts .. Your videos are more than a collage degree Is there any tutorial on React admin with Node/Expressjs API
Hey brad. Could you do a crash course on prostres with nodejs? Using sequelize or typeORM? I love your videos, and you've no idea how much you've helped me. Thank you.
this error is following me :( i was fighting with cors before with spring boot and now with this project, help!!!: The Content-Range header is missing in the HTTP Response. The simple REST data provider expects responses for lists of resources to contain this header with the total number of results to build the pagination. If you are using CORS, did you declare Content-Range in the Access-Control-Expose-Headers header?
Was waiting for you when you will be touching admin panels. I am more interested in integrating one react app inside different pages of existing admin panel and showing react view based on default route passed in be rendering component. one use can like one app having lots of widgets from calculator, weather, login, signup and each page that needs react UX just mount the app and loading the related react view.
Anybody get stuck with the middleware? I followed it to the letter, but still end up with "The Content-Range header is missing in the HTTP Response. I'm wondering if it is a CORS issue. If anyone else experienced this, please let me know if you found a solution. Thanks.
Yes yes yes yes...the king is back 😆 hey Brad! Hope you doing well!
Thanks friend :) Yeah I am doing better. Still have the same issues, but not to the point where I am debilitated after an hour of work
this is what youtube was made for :)
@@TraversyMedia take care bhai (brother in hindi)
@@TraversyMedia All the Best! Prayers for You.
Yes Yes Yes
Just clicked the thumbnail and hearing your voice after such a long time. Welcome back, Brad! 😇
Thanks :)
Awesome as always Brad. Purchased the MERN Course. Excellent Cheers :-)
Thanks! Glad you like it :)
Sir, microservice and custom API in nodejs express js advanced tutorials atleast 20 hours With projects. How to get coupon.
give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime,
Brad, I am jobless but in a couple of months, I am sure I will earn my bread ... Brad is a living legend, I owe You So much
Give a man a fish and you will feed him for a day, teach a man react and he will learn react best practices his entire life.
Got job bro ? I am on the same path too..
Welcome back to TH-cam 🔥🎉🎉🎉
Hope you're in good health!!!❤️🙏
It's amazing to see you back on YT😍
You are an undisputed champion brad and whoever brought you on planet earth had a purpose. Stay healthy and continue teaching us
If you have problem z content range I recommend replace ra-data-simple-rest fith ra-data-json-server and it works fine.
I recommend reading the react admin documentation
Finally ready to level up from vanilla JavaScript to a framework, it was obvious my first search terms were going to be 'Traversy react'.
Welcome back Brad, and thanks for everyone who helped you out they all did a fantastic job!.
Hi Brad, I am so interested in React--admin so I wish you could make more video about it to create a bigger project. Thankful for that. Love your channel. #traversymedia
Please #traversymedia
The man, the myth, the legend, Brad Is Back!
Love ya brad, stay safe, you've been in my thoughts. Glad you're doing a little bit better.
res.header( 'Access-Control-Expose-Headers', 'Content-Range');
res.header('Content-Range', 'tasks 0-4/20');
I needed both of these headers to allow react admin to see the header
still not working for me. any tips?
Now, this was great. I remember how much code I was writing before to achieve this functionality. I'll definitely make use of this. Thanks, Brad, and welcome back champ.
Last time I REACTED to a video upload on this channel that quickly, Brad was still doing vanilla javascript tutorials.
I will still be doing Vanilla JS tutorials ;) They are actually my favorite to do
Traversy Media quick question, why do you like vanilla over other frameworks?
His voice is always calm and filled with knowledge!!!
Wow! The clearest tutorial I've seen so far! AND he teaches how to actually reuse code!!!!!!!
Always a delight to hear from you Brad.. Hope you're well.. Just wanted you to know that your Mern stack course got me an internship.. Thanks a tons.
I have spent the last couple of days building an Admin section for a website, and now i see this video where you can do it in minutes haha, Thanks a lot!
ps: Any chance you could do an unit testing crash course for a full project(test routes, components, etc)?
"What's going on guys" literally this sounds can make me wake up at midnight. Guys who have not subscribed yet, plz subscribe the mentor who gave me a lot of recognition just at 12... Love you brad..
With love from India 🇮🇳 . Take care of yourself and your family. #BeSafe
P.S. I am a very deep sleeper 😅.
my fav teacher at all ! I've recently purchased your latest udemy MERN and I like this new tutorial. Thank you so much !!
Brad is back!!! Hope you get well soon and always remain healthy and happy
it's like when Ragnar logbook returned to his kids
Brad comes back after long time. Who wants to be Frontend developer!?!?!?
Basic content. This channel doesn't give advanced content
Thanks for the post. Hope u r doing well Brad. Can't wait to work through this later today.
Welcome back Brad, good to hear from you again!
Ayyy I was right, it is a Brad video. Not that I don't appreciate your guests, they have been great! Welcome back, hope your health keeps improving. Just picked up your new MERN course about 5 minutes before getting the notification for this video. Looking forward to both!
look who's back, I hope it's better .. this is the web development channel that I've shared the most so far.
I was just looking for this and here you are . Thank you brad😍
Hii I was just watching your Django with React video and i got the notification! Welcome back brad! Hope you are doing super! :D
Just when I thought I was done coding for the day 😅.
Bring it on Brad 😁 #traversymedia
Its cool. Searching2 but didnot get what i want. Now brad give me the answer! Thankyou brad!
Wow 🔥
All this functionality with just little code!
Thank you for this amazing video
I had recently been looking for a way to create an admin panel that had the ability to add edit and delete and didn’t want to use any database like MongoDB or postgresql etc
It came in handy
Thank you ❤
Another winner. Love your work Brad. Hope you and family are well.
hey man, not sure if you will ever see this but I just wanna say thanks for making all these videos. I've learned a lot and has helped me with my technical assessments to get into school.
I remember the scene when the thor entered Wakanda ❤️ GOOD TO SEE YOU BRAD
Great to see you again Brad, feels energetic when i hear your voice ❤️❤️
this looks awesome
This library has a few very basic components, but it also has payed components that are charged on monthly basis. 125 usd for a team of 2 a month. Charged on yearly basis. Even when you pay that there are still components that are in development.
On the other hand you could use something like Drupal on a back end and use their admin stuff for free.
You just need to build a front end in react if you really want that.
Thanks Brad, this is super dope :D Please do an update with more functionality and keep up the good work!
Now i am back back back because Brad is back back back!!!
🎉christmas came early ! 🤩
ya, really, a miracle
Hello brad, you wow't believe how happy i am to hear your voice . i am long student of yours, glad you're okey
For those who are facing an issue with pagination, use 'ra-data-json-server' as a data provider instead of 'ra-data-simple-rest'.
can confirm. this works better 😍
Do you mean for the json placeholder api or does this work with an express server? I am having issues integrating this with an express server and could use some help. Thanks mate!
@@khandoor7228 I haven't used this with an express server so, I am not sure about that. I was having an issue with pagination while using 'ra-data-simple-rest' data provider so I used 'ra-data-json-server'. www.npmjs.com/package/ra-data-json-server
Wow Brad is back good to see you ... Waiting for you vue front back course Brad plz make it soon
missed you brad, you make the best tutorials on youtube
Hope u back for good, really enjoy ur videos especially thoses giving tips/advices
glad to see your tutorials again, Brad :) and yea, we definitely need a bit advanced tutorials on react-admin, like custom data provider and auth! ty.
Hey man could you please give me some hint for : I am actually trying to implement it using my custom express routes on the backend, i am pretty confused with the react admin docs, I guess it has something to do with custom data providers?
@@ayushkushwaha171 hey. Actually, I am not using this thing but interested in. I prefer to write admin interfaces from scratch. Yea, I dont like their docs too - a bit shitty. But you can use one of existed providers ("Simple REST" for example) or you can write a custom one.
@@ridl27 yea I also like the idea of making admin panel from scratch more customisation but more time taking too.
great session. waiting for next video covering advance features such as chart, cards, authentication etc.
wow, this is super cool.....I can't wait to check it out after today's work
Awsome video as always.. please please please do the auth. I'm struggling with a rest api behind keycloak at the moment and its doing me in (not even sure what hooks I should be using).
Who dis new guy? 😎
This is great. I just bought your new React eCommerce course. Do you think I can implement this dashboard in the eCommerce project? Would you suggest making new routes for the Dashboard or deploying it separately? Thanks for your lessons Brad!
Glad to see you brad , ❤️ from India 🇮🇳
Hey Brad you are back!!! Nice to see you mate!! I want to learn Material UI , do you have a tutorial or course Material UI with React project ?
I have a couple projects using it in the React Projects playlist, BUT Adrian just did a Mterial UI crash coruse that I will most likely be releasing Friday or Monday
wow! welcome back bro ... ❤️ from 🇪🇹 Ethiopia
Great video please add more)) I really liked React Admin
eeeiii I grabbed the repo before the video release
Good to see you back on track Brad!
Superb stuff Brad...👍
Woww I was searching for this. And here comes the king
Less Go Brad!! Glad to hear you back !
I think this is the first RA tutorial i've ever seen
Hope you're feeling great Brad. Have an awesome day. Thanks for more great content. 😀👌
Glad to have you back
Enjoyed every bit of this. Thank you Brad
Very easy to follow tutorial. Watched with 2x speed :D
Legends Never Give Up!! Our Leader is back.
You just post what I think or what i wanted 😍❤️
It's awesome.I am your fan from Taiwan.Hope you can do more tutorial about react especially making some awesome website using material-ui or antDesign. Learn a lot from you. Thanks
I love you Brad this is what I just need. Thanks a lot.
so it is basically a premade CMS-like frontend admin interface that can be customized and attached to your custom backend? It looks freakin awesome!
Brad, please teach us how to fully customise and add special functionalities to react-admin.
Hi brad welcome back.. Please please do a course on headless API for ecommerce like Reaction-Commerce
Welcome back Man . I am waiting for you soo long.
Hey Brad. thank you for the tutorials. Kindly upload a video for implementing authentication
welcome back brad!
Thanks Brad .. I didn't even know that we have a React admin :) ....Really appreciate your efforts .. Your videos are more than a collage degree
Is there any tutorial on React admin with Node/Expressjs API
With new amazing video kind is back now
Publish video on time. I was looking for react.
How is your health now Brad
Hey brad. Could you do a crash course on prostres with nodejs? Using sequelize or typeORM? I love your videos, and you've no idea how much you've helped me. Thank you.
Awesome tutorial. I really needed this.
Maa man Brad we missed you 😍
anyways I'm glad Brad's back.
A very good tutorial, many thanks!
Thank you Brad. This saved my day.
Thanks, the best tutorial ever
please we need authentication thrown into into this, it's really amaizing
This was very informative.
Brad is back with a boooooommmm🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
Can't believe I've been manually creating all this functionality when I could have just used a module. wow
Super helpful video. Please make some more.
Awesome video as always 👍
Hello Brad, great video! I just can't find the project repository on GitHub. It was deleted or something?
We just like to see you everyday Brad.
this error is following me :( i was fighting with cors before with spring boot and now with this project, help!!!:
The Content-Range header is missing in the HTTP Response. The simple REST data provider expects responses for lists of resources to contain this header with the total number of results to build the pagination. If you are using CORS, did you declare Content-Range in the Access-Control-Expose-Headers header?
Me too
module.exports = (req, res, next) => {
res.header({
'Access-Control-Expose-Headers': 'Content-Range',
'Content-Range': 'posts 0-20/20',
});
next();
}
Was waiting for you when you will be touching admin panels. I am more interested in integrating one react app inside different pages of existing admin panel and showing react view based on default route passed in be rendering component. one use can like one app having lots of widgets from calculator, weather, login, signup and each page that needs react UX just mount the app and loading the related react view.
Brad is back!
Hope your health gets fine soon
Anybody get stuck with the middleware? I followed it to the letter, but still end up with "The Content-Range header is missing in the HTTP Response. I'm wondering if it is a CORS issue. If anyone else experienced this, please let me know if you found a solution. Thanks.
Awesome tutorial man thanks for this..!