How To Use Frontity To Create A Headless WordPress Theme With React

  Рет қаралды 70,336

Web Dev Simplified

Web Dev Simplified

Күн бұрын

Пікірлер: 90
@Aaronmoreno
@Aaronmoreno 4 жыл бұрын
I Was just looking to a headless Wordpress with react tutorial and you came through right in time. Thanks Kyle!
@mrkanalelgn9438
@mrkanalelgn9438 4 жыл бұрын
2:02 On a Frontity sponsored video* Frontity: "Do you want to see updates about Frontity?" Kyle : "No" Frontity: "Am I a joke to you?"
@christophermartinez1769
@christophermartinez1769 3 жыл бұрын
lol
@imsarvesh_
@imsarvesh_ 3 жыл бұрын
This channel deserves 5M subscribers
@tasmto
@tasmto 4 жыл бұрын
Thanks Kyle! Hope you are having a wonderful week!
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
Thanks! You too
@AtNineGaming
@AtNineGaming 4 жыл бұрын
Would love a whole video on react-spring!
@muhrizqiardi
@muhrizqiardi 3 жыл бұрын
Frontity is honestly underrated...
@christophermartinez1769
@christophermartinez1769 3 жыл бұрын
Wow Kyle! you have content for many areas, bravo!
@unknownman1
@unknownman1 4 жыл бұрын
what.. I was looking for Frontity 10 minutes ago and got this video's notification.
@weirdapebeard4975
@weirdapebeard4975 4 жыл бұрын
Honestly, great technology.
@peepwebdev575
@peepwebdev575 3 жыл бұрын
If you are getting Internal Server Error on the React Spring section is it because React Spring released a new version and the code in this video no longer works for the page animations part. I found the answer to solve this on the React Spring GitHub: "Yzrsah commented 27 days ago @tim-soft The API for useTransition changed in V9 but it's not documented on react-spring.io. If you make these changes, it will resolve the issue. Remove the key selector from useTransitions(), as it's now automatic: const transitions = useTransition(toggle, null, { to const transitions = useTransition(toggle, { Call transitions instead of mapping it: transitions.map(({ item, key, props }) => ...) to transitions((props, item, key) => ...) @joshuaellis The issue is just a documentation issue.Yzrsah commented 27 days ago @tim-soft" Great video man. Thanks for your work.
@kalpeshgabu4092
@kalpeshgabu4092 2 жыл бұрын
Mr kyle please do a full project with frontity and wordpress ?
@abrotherinchrist
@abrotherinchrist 2 жыл бұрын
I'm guessing Frontity is not a good choice for headless WordPress anymore since the team was bought out by Automattic? I'm also guessing that this was a strategic move to not only acquire a great development team, but to quench the push towards headless WordPress? Are there other tools like Frontity?
@yinonelbaz5309
@yinonelbaz5309 3 жыл бұрын
Honestly, great video!
@tonkihonks3430
@tonkihonks3430 2 жыл бұрын
High level but helpful. How about another video showing the backend with WP?
@jgvlc
@jgvlc 2 жыл бұрын
Excellent information, thank you very much!
@matttherat9533
@matttherat9533 4 жыл бұрын
This much people got the video in recommendations
@jarrettpruitt
@jarrettpruitt 2 жыл бұрын
Great video. Tons of great info.
@sidwahi689
@sidwahi689 4 жыл бұрын
Thanks Kyle, this was super useful
@srdjagunjic
@srdjagunjic 4 жыл бұрын
Headless WordPress is cool but it is quite simple and you can't do everything. Say goodbye to hundreds of useful plugins. I absolutely love WordPress PHP theme-ing as there are basically no limits on what you can achieve and you can make complex WooCommerce web shops and apps. Good luck with that using the Headless way :p
@unknownman1
@unknownman1 4 жыл бұрын
true
@Frontity
@Frontity 4 жыл бұрын
We think the two approaches are good, and both have their cons and pros. With headless WordPress plugin compatibility can be tricky, but you also open a door to the React ecosystem. Using one or another will always depend on the project's needs. :)
@alexlytle089
@alexlytle089 4 жыл бұрын
True but you have alot of advantages to using a headless setup. Especially if you want SPA
@arman3400
@arman3400 Жыл бұрын
I was reading the comments looking for headless wp integrations with woocommerce, because that's what i want to do for my company (they're using woocommerce for payments, and I know react js) now your comment has left me unsure.
@Knuddelfell
@Knuddelfell 4 жыл бұрын
Thx for this video!💥
@AnirudhIsOnline
@AnirudhIsOnline 4 жыл бұрын
Useful video 👍
@giuseppeargento4201
@giuseppeargento4201 4 жыл бұрын
Amazing!
@23001215
@23001215 4 жыл бұрын
I just had one doubt, using frontify we can deploy react apps to WordPress but can we use the drag and drop feature of WordPress to modify the UI?
@christophermartinez1769
@christophermartinez1769 3 жыл бұрын
Do you recommend using this headless cms architecture with wordpress+woocommerce?
@mazhuda
@mazhuda 4 жыл бұрын
can it combine with plugin like woocommerce?, what is this have a dashboard in wordpress backend?
@aestheticallyamazing2003
@aestheticallyamazing2003 4 жыл бұрын
Please create more content such as this :)
@VasanthKumar-nu2px
@VasanthKumar-nu2px 4 жыл бұрын
hey man can you please make a video on how to implement chat room with react and css... especially how to make page load with the most recent message when chat goes from bottom to top. also, love your videos :)
@nicbongo
@nicbongo 4 жыл бұрын
He's already done a what's app clone. Check that out, good place to start.
@rangabharath4253
@rangabharath4253 4 жыл бұрын
awesome as always :-)
@behnammohammadi5820
@behnammohammadi5820 4 жыл бұрын
You can use react-dancing instead of react-spring, it's just 0.5KB
@patrickpierre-devtips
@patrickpierre-devtips 4 жыл бұрын
When using this headless set up with wordpress what are the pros and cons vs a regular wordpress site?
@Frontity
@Frontity 4 жыл бұрын
Hi Patrick! With Headless Wordpress you decouple the Core Wordpress engine with the Rendering Engine allowing you to choose the tool to render the final HTML displayed to the browser. This brings a lot of possibilities allowing you to use React (for example) to design and develop your UI, improving the Developer Experience and the User Experience.
@finkyfreak8515
@finkyfreak8515 Жыл бұрын
Basically wordpress is going to be your backend. And you can choose any frontend framework.
@ahmedthebest
@ahmedthebest 4 жыл бұрын
very nice
@lakzari_za
@lakzari_za 3 жыл бұрын
Can this work with page builders like elementor?
@unchart_d
@unchart_d 4 жыл бұрын
First here! Nice content.
@21agdmnm
@21agdmnm 4 жыл бұрын
Kyle are you familiar with Strapi? can you make a video about it?
@olegok7584
@olegok7584 Жыл бұрын
Would you sill recommend Frontity ? what are other options...
@imrandev20
@imrandev20 3 жыл бұрын
I have a question: I can't find the public folder as we have in react for static elements like images.
@hitmusic6978
@hitmusic6978 3 жыл бұрын
Bro, I have install frontity chakra theme but not displaying any images
@hitmusic6978
@hitmusic6978 3 жыл бұрын
Image settings is true
@GhostRider-hg5vc
@GhostRider-hg5vc Жыл бұрын
I am not able to get content through WordPress Plugin's REST API. It says Cross Origin Error. Please help.
@l4webdesign186
@l4webdesign186 4 жыл бұрын
Do you have to deploy the project every time a user adds or changes content in the wp backend?
@MichalCzaplinski
@MichalCzaplinski 4 жыл бұрын
No, you don't have to re-deploy your project when your WP content changes! Frontity is not a static site generator! :) When you use a static site generator like Gatsby, you would indeed have to deploy again because your pages are created at build time. With a dynamic framework like Frontity, your content is generated dynamically every time a user opens the page. However, if you use CDN caching, you can get the same speed benefits that you would from a statically generated site! You can think about the difference between the two approaches in terms of where the builds are "cached": SSG - You cache your pages on your servers. You "invalidate" all of that cache every time you build your project again. SSR + CDN - You cache your pages at the CDN. The cache can be invalidated e.g. per post every time the content changes. The folks from Remix.run have a great video explaining that in more depth: kzbin.info/www/bejne/mJevd3umbLiVock
@CodeWithMuayid
@CodeWithMuayid 4 жыл бұрын
Can it work with any theme? what about drag and drop theme builders?
@Frontity
@Frontity 4 жыл бұрын
Hi Moah! With Headless WordPress it doesn't really matter the theme you have in WordPress as the data in WordPress will be available via its REST API. With this data then you can create your custom theme with React. With Frontity there are some React themes ready for you to start using them. Feel free to take a look at our docs for more info: docs.frontity.org/frontity-themes.
@CharisValtzis
@CharisValtzis 2 жыл бұрын
Is it worth investing in the project anymore?
@dainsleif3122
@dainsleif3122 3 жыл бұрын
I hope you have time to reply. I have a set of users. And their data stored in my db. I want to offer a way to create a uniqe one pager . So basicly they just press a button. That then gets the info from the database, and then automaticly generates a new wordpress site. Is this possible with this? How would i get started ? Im at a loss , since there is not much info about this
@StambaughDesignsBellingham
@StambaughDesignsBellingham 4 жыл бұрын
Do you have availability for building a Gatsby + Wordpress theme for me? I want a solution for mass building small websites using Airtable data.
@yvsh
@yvsh 4 жыл бұрын
Nice
@holdenjack
@holdenjack 2 жыл бұрын
They’ve been acquired by Automattic
@iSohaibKhan
@iSohaibKhan 2 жыл бұрын
Yeah but you have never setup the wordpress admin login details how're we gonna login to this website's admin dashboard?
@venkatesh2788
@venkatesh2788 4 жыл бұрын
Bro can we sell digital product using HTML, except WordPress. If you know make a video Please reply me
@JordanAF808
@JordanAF808 3 жыл бұрын
How much do you love saying Frontity a bunch of times, hahaha!
@Hartley94
@Hartley94 4 жыл бұрын
❤️️❤️️❤️️
@chubamoa3640
@chubamoa3640 4 жыл бұрын
You look like the handsome version of the "im somewhat of a scientist myself " guy ....sorry i forgot the name
@namashaggarwal7430
@namashaggarwal7430 4 жыл бұрын
Awesome video, Could you please make a tutorial on how to make a clone of " tinder " ?
@vitughost6778
@vitughost6778 4 жыл бұрын
Make a wp theme with acf and cpt
@aichawazzan4265
@aichawazzan4265 4 жыл бұрын
تبارك الله عليك بنتي فروحني بنات مرحبا عند خالتكم عائشة
@StefTechSurfer
@StefTechSurfer 3 жыл бұрын
Seems complicated, why not just stick with a WP theme?
@ahmedthebest
@ahmedthebest 4 жыл бұрын
can you show us how to get to start with war the all of that tutorials on KZbin right now it's very outdated and not directly to the point
@ahmedthebest
@ahmedthebest 4 жыл бұрын
@@anonymousperson9929 thank you for the link I just want a Ward dress crash course up-to-date
@ZARRKK
@ZARRKK 3 жыл бұрын
I wonder if this is sponsored video by vercel or Frontity .
@CodingUnited
@CodingUnited 4 жыл бұрын
Is there a Vue 3 equivalent for frontity?
@aldrinjenson
@aldrinjenson 4 жыл бұрын
So what if I want to create a new post.? I've to go to wp and create it there for it to show up in the frontity site?
@waleedjanjua9190
@waleedjanjua9190 4 жыл бұрын
@web dev simplified hi! kindly make a project video on react bootsrap
@prashantdulal5796
@prashantdulal5796 4 жыл бұрын
Please build one homework sharing website like Google classroom . like this if you also want him to make this.
@Plrang
@Plrang 2 жыл бұрын
Cool, if you don't have a life just sitting in code, wordpress is supposed to speed up and not slow down development. Unfortunately their seems to be a block editor and theme.json going the way of clutter.
@vishallondhe7298
@vishallondhe7298 4 жыл бұрын
!First
@platanusstudio
@platanusstudio Жыл бұрын
I guess this framework is kinda useless. Anyone can setup a wordpress site and make it communicate with frontend frameworks like react, angular or vue using REST API or GraphQL server. The real game changer was create-react-wptheme node package which can be used to develop WordPress themes with react. But unfortunnately its repo is no longer maintained so it became obsolete.
@digwillhachi
@digwillhachi 3 жыл бұрын
unfortunately Frontity is dead now.
@lochanpokharel
@lochanpokharel 4 жыл бұрын
HEyy
@DIN_A8
@DIN_A8 3 жыл бұрын
Its like Chisel/Twig, but sexy...
@pratikkeni
@pratikkeni 3 жыл бұрын
Why this guy always bashes older tech stacks ??
@Ajaykumar-nn8bp
@Ajaykumar-nn8bp 4 жыл бұрын
Can i work along with you? Only if u like my skills
@DaRealTT
@DaRealTT 4 жыл бұрын
Try making a Laravel App. I bet you never knew how to make one! More info: laravel.com/
React Authentication Crash Course With Firebase And Routing
56:00
Web Dev Simplified
Рет қаралды 661 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
How To Use Libraries Like A Senior Dev
9:53
Web Dev Simplified
Рет қаралды 51 М.
This New Speculation API Will Make Your Site 10x Faster
20:55
Web Dev Simplified
Рет қаралды 81 М.
How To Handle Permissions Like A Senior Dev
36:39
Web Dev Simplified
Рет қаралды 365 М.
Wordpress Headless CMS, GraphQL, and Nextjs - Let's Build a Blog
14:55
NVIDIA CEO Jensen Huang's Vision for the Future
1:03:03
Cleo Abram
Рет қаралды 513 М.
How To Build CodePen With React
30:26
Web Dev Simplified
Рет қаралды 162 М.
Learn React In 30 Minutes
27:16
Web Dev Simplified
Рет қаралды 1,3 МЛН