Dang, I am super impressed by how fluent you are in WordPress and react. I've never seen anyone tie it together so effortlessly. (which I know must have been a ton of work to gain!!) Thank you!
Hey Brad, if you add the _embed parameter to your posts requests (/wp-json/wp/v2/posts?_embed) that adds new properties to the post object containing the featured image url like this: post._embedded['wp:featuredmedia']['0'].source_url, and the author data also, so you don't have to make an extra fetch to the server
Fantastic tutorial, you taught me quite a few things (or reminded me also). - Postman - JWT Token - "proxy" - "PropTypes" - isLoaded protocol - Route component prop Thanks so much for helping with this!
This is something I've been wanting to try and didn't know where to start. Your video has been extremely helpful and given me the confidence and enthusiasm to dive in and give it a shot for myself. 🤘
Now I've learned react, and the mern stack , I thought about building a new website using WordPress as the CMS for my react frontend... And what do you know? Brad is the first video in the search.. Awesome!!
Such a great video! Really helpful for seeing exactly what you need to hook a WordPress site up with a custom front-end. Really cool I can't wait to try it for myself 😎🔥
Have you done a video on how you track so many different programming technologies and consistently structure them into videos for your RUclips channel?
just make a series please... it's worth it... how to make navigation from wordpress works in react... auth is already covered in django-react series... But that's my question how make when the user creates a page in wordpress, how we can reflect that... in react.
Glad I found this! Thanks Brad! I got everything up and running locally but it gives me an Error establishing a database connection after I deployed to Heroku.
Thanks a lot Brad. Very clear, and I'm excited to get started. Have you used Gatsby? I believe it takes care of the heavy lifting although I've not used it yet.
Hi Brad, thank you for great tutorial. How will the React frontend be displayed when we deploy our site? Do we need to make some changes on Wordpress, pointing the frontend to React application? If so, how do we do it ? :)
Nice way to add backend to a react project. How would this work with a crawler? Am I missing something or the content wouldn't be there to get rendered when the bot crawls the page?
Hey Brad, This is awesome, I did follow everything but now I don't know how to move it to live server! can you please show the steps to move it from local to online
Note to Devs: dangerouslySetInnerHMTL can expose your site to cross-site scripting. Please sanitize the data before using this attribute if building an app for production use.
This was wonderful and very relevant to my current project. May I ask...how would I utilize these custom field plugins with older posts, is there a way to port them into this new api format?
Any tutorial on how to make Custom Wordpress Objects and Fields connect to Salesforce Objects and Fields. How would the integration work? Thanks so much!
Hello, I encounter a 404 error despite the addition of the proxy in package.json and restarting the server have you a solution for this problem. thank you in advance . Dan
I feel that One of the big problems of Reactjs is the loss of seo capability. Fetching Wordpress data into react app doesn’t solve the issue. Since routing is then handled by react I doubt any seo plug-in will work anymore.
Hey, Brad could you do a video on your set up for VSCode and WordPress? I am having problems getting things to work properly. The Emmet completion in a php file and for that matter the WordPress php function completion. The PHPCS Extension, no matter what I try, just doesn't want to work either. Awesome videos as always!
Thank you for sharing this, and the time you put into the tutorial. I have a question... what would the usage of this? I mean, why could not just create a complete application without using WordPress to enter/store the data? We could create a complete solution where you could enter the data and retrieve it as well? I really do not see any usage for WordPress Rest API that could be actually an efficient way to develop an app. Please could you share some usage examples so I can better understand how this can be useful? Thank you so much
You have contributed to so many lives helping them build their career and projects. I will always be thankful to you.
wrg, no such thing as publicx or not, cepuxyuax, sayx, outx etc infix any nmw and any s perfect
Dang, I am super impressed by how fluent you are in WordPress and react. I've never seen anyone tie it together so effortlessly. (which I know must have been a ton of work to gain!!) Thank you!
Hey Brad, if you add the _embed parameter to your posts requests (/wp-json/wp/v2/posts?_embed) that adds new properties to the post object containing the featured image url like this: post._embedded['wp:featuredmedia']['0'].source_url, and the author data also, so you don't have to make an extra fetch to the server
Awesome!
You are the only youtube channel I have the bell notification on. You are the best.
I appreciate that..really :)
Fantastic tutorial, you taught me quite a few things (or reminded me also).
- Postman
- JWT Token
- "proxy"
- "PropTypes"
- isLoaded protocol
- Route component prop
Thanks so much for helping with this!
that's great brad!
please make a full tutorial series on wordpress theme development.
please please please.
English is not my first language but your videos are soo understandable and clear. Thank you Brad.
Brad You Are The Face Of Internet Love You Brother
It is just like.you can read my mind everytime I want to learn something new!!! Thank you.
Hey Alex! If you are interested on building a React front-end on top of a WordPress site using the REST API frontity.org might be useful
A great fun and satisfaction to work with your step by step instruction video!
You are indeed a great teacher, kudos man
Wordpress with React makes it good pair...thank you Brad ;)
A full series about this will be so gooooooood ! You are great!
Dude you're improving a lot the software development videos on RUclips, thanks a lot.
Wow. I was just trying to figure out how to do this and here you are. Thank you.
This is something I've been wanting to try and didn't know where to start. Your video has been extremely helpful and given me the confidence and enthusiasm to dive in and give it a shot for myself. 🤘
Man you aren't just an awesome developer, you are also a great designer. I love your video thumbnails
Now I've learned react, and the mern stack , I thought about building a new website using WordPress as the CMS for my react frontend... And what do you know? Brad is the first video in the search.. Awesome!!
thank you for most logically sequential explanation. sorry my eng is bad :D
Such a great video! Really helpful for seeing exactly what you need to hook a WordPress site up with a custom front-end. Really cool I can't wait to try it for myself 😎🔥
You know how to explain it, dude!
I don't post comments often but I really had to give you a Kudo
Nice video! I was wondering how would you go about deploying this type of architecture? (As the create React app proxy drops on production)
thank you so much, I enjoy very much this class, you are very peaceful person :) wish I known you earlier in my studying
Thank you so much for this great guide Brad! Awesome as always :)
Have you done a video on how you track so many different programming technologies and consistently structure them into videos for your RUclips channel?
I have not but that seems like a good idea
Thank you very much you are an awesome content creator and I am a proud supporter on Patreon you deserve it bro!
Man, you are awesome!!!! Please, do more videos with this integration with WP. using other Frameworks. Love your content Brad.
Thank you, Brad. I'd love a WooCommerce tutorial as well using this approach.
Thankyou Sir, I loved doing and going through your whole video.
This tutorial is the best headstart for beginner like me.
19:47 Brad starts the React portion
is it more a REACT video or a REST API video ?
This was super helpful. Really. Thank you!
Thanks for your awesome API integration
great video Brad! I had no idea the WP api was so quick and easy.
just make a series please... it's worth it... how to make navigation from wordpress works in react... auth is already covered in django-react series... But that's my question how make when the user creates a page in wordpress, how we can reflect that... in react.
awesome videos i've been learning a lot...
Glad I found this! Thanks Brad! I got everything up and running locally but it gives me an Error establishing a database connection after I deployed to Heroku.
Hey! I have a question, couldn't we just use the wordpress nonce to authenticate?
really nice tutorial. thanks Brad 🙂
Thanks Brad...this is what I was looking for and you have pointed me in the right direction.
brad! this is a great video, you really knocked it out of the park with this one. Well done.
Thanks a lot Brad. Very clear, and I'm excited to get started. Have you used Gatsby? I believe it takes care of the heavy lifting although I've not used it yet.
What do you mean by heavy lifting? 🤔🤓
Was waiting for this one.... Thanks brad
Another brilliant post, it is what I waiting for.
Yes !!! Brad you're the man. Thank you sir.
Hi Brad, thank you for great tutorial. How will the React frontend be displayed when we deploy our site? Do we need to make some changes on Wordpress, pointing the frontend to React application? If so, how do we do it ? :)
hey, did you maybe find how to do it? I cant find the answer anywhere
Please make a serie on it! I will definitely buy it if you put it on Udemy
Great video Brad!
would have never figured this out on my own thanks man
Awesome! Plz, give us a series with Redux + WP + CRUD app ... Thanx in advance.
Great video! It really helped me out with an issue I had
This is fantastic--just like your Udemy courses. Thank you!
Thank you Brad! Amazing video!!
great tutorial easy and simple to understand :)
Thanks, up to now, the video still is useful
Thanks, I was looking for info on this subject this week. :)
Hey Toni! I invite you to take a look at frontity.org. A react Framework to build WordPress themes, hope you find it useful.
Fabulous as always ! Thank you Brad
3 years i not come here.. I miss you voice bro..
😊
Sou brasileiro, gostei muito do seu conteúdo. Parabéns.
You are the best Brad🙏
I love you man
Great vid Brad, I would love to see more headless CMS content like this
Great content as always Brad, can you do one with WP Restful Api and Ionic framework?
What an awesome tutorial, thanks so much!
Awesome, thanks! Would love to see more such videos from you :)
Thank you so much! Very helpful!
Thanks for the tutorial! Would you have any resources on how to deploy a site like this using digitalocean?
Wow, thanks Brad, I definitely want to watch this video.
Nice way to add backend to a react project.
How would this work with a crawler? Am I missing something or the content wouldn't be there to get rendered when the bot crawls the page?
Awesome topic
Hey Brad,
This is awesome, I did follow everything but now I don't know how to move it to live server! can you please show the steps to move it from local to online
very informative thank you
Note to Devs: dangerouslySetInnerHMTL can expose your site to cross-site scripting. Please sanitize the data before using this attribute if building an app for production use.
Badass video as per yuzh, my guy. Keep on trucking
I am looking forward a series on this topic
Really awesome one thank you a lot
Brad, You are just awesome. Thanks a ton for the video.
Sending good vibes from Boston
This was wonderful and very relevant to my current project. May I ask...how would I utilize these custom field plugins with older posts, is there a way to port them into this new api format?
Awesome as always, thx a lot
This is freaking gold
Awesome tutorial, thank you so much!
Just right in time!
Some clever developers created the Frontity framework especially for the WordPress which is based on React
Awesome. I really hope you can do some more WP related videos
I have a rest api set up for custom post but I can't get the posts with the custom taxonomies. What should I do?
You are boss of coding thumb up
Any tutorial on how to make Custom Wordpress Objects and Fields connect to Salesforce Objects and Fields.
How would the integration work? Thanks so much!
Hello,
I encounter a 404 error despite the addition of the proxy in package.json and restarting the server have you a solution for this problem. thank you in advance .
Dan
Fantastic! Thanks for the awesome content! 👍
beyond helpful
You are the best!
I feel that One of the big problems of Reactjs is the loss of seo capability. Fetching Wordpress data into react app doesn’t solve the issue. Since routing is then handled by react I doubt any seo plug-in will work anymore.
Hey, Brad could you do a video on your set up for VSCode and WordPress? I am having problems getting things to work properly. The Emmet completion in a php file and for that matter the WordPress php function completion. The PHPCS Extension, no matter what I try, just doesn't want to work either. Awesome videos as always!
Thanks a lot, Brad!
Awesome! however I'm stuck at displaying content for each post my browser says "Params" is undefined.
Serendipity. I was just looking into gatsby and WP today.
Thank you for sharing this, and the time you put into the tutorial. I have a question... what would the usage of this? I mean, why could not just create a complete application without using WordPress to enter/store the data? We could create a complete solution where you could enter the data and retrieve it as well? I really do not see any usage for WordPress Rest API that could be actually an efficient way to develop an app. Please could you share some usage examples so I can better understand how this can be useful? Thank you so much
I found this video ruclips.net/video/rHNl5PZT0VU/видео.html and I got good insight about the usage
Great explanation...
Great tutorial!
When do you use the Token? and What is the logout process, what happens to the token?
Edit: are tokens necessary for normal users and not admin users?
Let’s get it