Great series so far. Having an issue where I can't add pages to the menus that were created. The menus show up in the list but when I go to add a page the spinning icon of doom shows up and it just sits there. When I change to another theme it works fine.
@@howToDev That would be awesome! Thank you. It comes in handy to have the actual code to compare to when writing my own. Some things like the end of lines aren't always shown in the videos.
Woow. great work as always! This is immaculate tutorial! Keep it up! Please upload more! One quick question, can I use different frontend here other than react? or any frontend that support jsx only?
you can use any js you want, vanilla, react, vue, backbone, angular etc but for vue and angular you would need to set up webpack to recognize their files
i would love to but unfortunately at this moment i'm very involved in my work and have very little time for the channel, i was also expecting a bit more reach from youtube to get more subscribers but it just didn;t happen. I'll do it as soon as i get some time
because it's better to have more structured code rahter than writing the code vanilla style. Also React has the Virtual DOM advantage which makes it faster, Components are easier to use when writing repetitive code and you don't have to do any garbage collection on events because react takes care of it
Man, got your video in my feed today only, It's wonderful. Topics and Videos I have been looking for for a while. Subscribed. thanks for the videos :)
Welcome aboard! hopefully you enjoy all the content
Hello.
Tell me, when will the project of creating an e-commerce site on Wordpress continue?👍👍👍
hopefully the next few weeks
Great series so far. Having an issue where I can't add pages to the menus that were created. The menus show up in the list but when I go to add a page the spinning icon of doom shows up and it just sits there. When I change to another theme it works fine.
i will have a look at the code and see, we may have added some scripts to that page by mistake
@@howToDev any chance you could push the updated code to the repo? It hasn't been updated since video 4 of the series.
@@RoborobsComputers sure, i saw no traffic on it so i decided not to push anymore but i will update it if you guys want it
@@howToDev That would be awesome! Thank you. It comes in handy to have the actual code to compare to when writing my own. Some things like the end of lines aren't always shown in the videos.
@@RoborobsComputers i will reply here once i commit the code
Woow. great work as always! This is immaculate tutorial! Keep it up! Please upload more!
One quick question, can I use different frontend here other than react? or any frontend that support jsx only?
you can use any js you want, vanilla, react, vue, backbone, angular etc but for vue and angular you would need to set up webpack to recognize their files
Hello.
When should we expect the project to continue or not? ↑↑↑
i would love to but unfortunately at this moment i'm very involved in my work and have very little time for the channel, i was also expecting a bit more reach from youtube to get more subscribers but it just didn;t happen. I'll do it as soon as i get some time
Everything works great! Great job! but what's the point of using wordpress and react together? I am new to the web
because it's better to have more structured code rahter than writing the code vanilla style. Also React has the Virtual DOM advantage which makes it faster, Components are easier to use when writing repetitive code and you don't have to do any garbage collection on events because react takes care of it
So basically. You have make a new theme in react. The origianal wordpress site theme is no longer used