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

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 90

  • @Aaronmoreno
    @Aaronmoreno 3 ปีที่แล้ว +31

    I Was just looking to a headless Wordpress with react tutorial and you came through right in time. Thanks Kyle!

  • @mrkanalelgn9438
    @mrkanalelgn9438 3 ปีที่แล้ว +36

    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?"

  • @AtNineGaming
    @AtNineGaming 3 ปีที่แล้ว +3

    Would love a whole video on react-spring!

  • @kalpeshgabu4092
    @kalpeshgabu4092 ปีที่แล้ว +1

    Mr kyle please do a full project with frontity and wordpress ?

  • @imsarvesh_
    @imsarvesh_ 3 ปีที่แล้ว

    This channel deserves 5M subscribers

  • @muhrizqiardi
    @muhrizqiardi 3 ปีที่แล้ว +1

    Frontity is honestly underrated...

  • @unknownman1
    @unknownman1 3 ปีที่แล้ว +4

    what.. I was looking for Frontity 10 minutes ago and got this video's notification.

  • @peepwebdev575
    @peepwebdev575 3 ปีที่แล้ว +2

    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.

  • @abrotherinchrist
    @abrotherinchrist ปีที่แล้ว +4

    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?

  • @weirdapebeard4975
    @weirdapebeard4975 3 ปีที่แล้ว +2

    Honestly, great technology.

  • @srdjagunjic
    @srdjagunjic 3 ปีที่แล้ว +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 3 ปีที่แล้ว +1

      true

    • @Frontity
      @Frontity 3 ปีที่แล้ว +2

      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 3 ปีที่แล้ว +1

      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.

  • @matttherat9533
    @matttherat9533 3 ปีที่แล้ว +8

    This much people got the video in recommendations

  • @tasmto
    @tasmto 3 ปีที่แล้ว

    Thanks Kyle! Hope you are having a wonderful week!

  • @tonkihonks3430
    @tonkihonks3430 2 ปีที่แล้ว +1

    High level but helpful. How about another video showing the backend with WP?

  • @christophermartinez1769
    @christophermartinez1769 3 ปีที่แล้ว

    Wow Kyle! you have content for many areas, bravo!

  • @23001215
    @23001215 3 ปีที่แล้ว +3

    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?

  • @mazhuda
    @mazhuda 3 ปีที่แล้ว +2

    can it combine with plugin like woocommerce?, what is this have a dashboard in wordpress backend?

  • @jgvlc
    @jgvlc 2 ปีที่แล้ว

    Excellent information, thank you very much!

  • @yinonelbaz5309
    @yinonelbaz5309 3 ปีที่แล้ว

    Honestly, great video!

  • @aestheticallyamazing2003
    @aestheticallyamazing2003 3 ปีที่แล้ว

    Please create more content such as this :)

  • @sidwahi689
    @sidwahi689 3 ปีที่แล้ว

    Thanks Kyle, this was super useful

  • @christophermartinez1769
    @christophermartinez1769 3 ปีที่แล้ว +1

    Do you recommend using this headless cms architecture with wordpress+woocommerce?

  • @lakzari_za
    @lakzari_za 3 ปีที่แล้ว +1

    Can this work with page builders like elementor?

  • @AnirudhIsOnline
    @AnirudhIsOnline 3 ปีที่แล้ว +1

    Useful video 👍

  • @behnammohammadi5820
    @behnammohammadi5820 3 ปีที่แล้ว +3

    You can use react-dancing instead of react-spring, it's just 0.5KB

  • @VasanthKumar-nu2px
    @VasanthKumar-nu2px 3 ปีที่แล้ว +1

    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 3 ปีที่แล้ว

      He's already done a what's app clone. Check that out, good place to start.

  • @jarrettpruitt
    @jarrettpruitt 2 ปีที่แล้ว

    Great video. Tons of great info.

  • @giuseppeargento4201
    @giuseppeargento4201 3 ปีที่แล้ว +1

    Amazing!

  • @olegok7584
    @olegok7584 ปีที่แล้ว

    Would you sill recommend Frontity ? what are other options...

  • @Knuddelfell
    @Knuddelfell 3 ปีที่แล้ว

    Thx for this video!💥

  • @patrickpierre-devtips
    @patrickpierre-devtips 3 ปีที่แล้ว +1

    When using this headless set up with wordpress what are the pros and cons vs a regular wordpress site?

    • @Frontity
      @Frontity 3 ปีที่แล้ว +1

      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 3 ปีที่แล้ว

    very nice

  • @GhostRider-hg5vc
    @GhostRider-hg5vc ปีที่แล้ว

    I am not able to get content through WordPress Plugin's REST API. It says Cross Origin Error. Please help.

  • @21agdmnm
    @21agdmnm 3 ปีที่แล้ว

    Kyle are you familiar with Strapi? can you make a video about it?

  • @imrandev20
    @imrandev20 2 ปีที่แล้ว

    I have a question: I can't find the public folder as we have in react for static elements like images.

  • @rangabharath4253
    @rangabharath4253 3 ปีที่แล้ว

    awesome as always :-)

  • @hitmusic6978
    @hitmusic6978 3 ปีที่แล้ว +1

    Bro, I have install frontity chakra theme but not displaying any images

    • @hitmusic6978
      @hitmusic6978 3 ปีที่แล้ว

      Image settings is true

  • @iSohaibKhan
    @iSohaibKhan ปีที่แล้ว

    Yeah but you have never setup the wordpress admin login details how're we gonna login to this website's admin dashboard?

  • @CharisValtzis
    @CharisValtzis ปีที่แล้ว

    Is it worth investing in the project anymore?

  • @yvsh
    @yvsh 3 ปีที่แล้ว

    Nice

  • @holdenjack
    @holdenjack 2 ปีที่แล้ว

    They’ve been acquired by Automattic

  • @StambaughDesignsBellingham
    @StambaughDesignsBellingham 3 ปีที่แล้ว

    Do you have availability for building a Gatsby + Wordpress theme for me? I want a solution for mass building small websites using Airtable data.

  • @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

  • @MuMadeIt
    @MuMadeIt 3 ปีที่แล้ว

    Can it work with any theme? what about drag and drop theme builders?

    • @Frontity
      @Frontity 3 ปีที่แล้ว

      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.

  • @l4webdesign186
    @l4webdesign186 3 ปีที่แล้ว

    Do you have to deploy the project every time a user adds or changes content in the wp backend?

    • @MichalCzaplinski
      @MichalCzaplinski 3 ปีที่แล้ว +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: th-cam.com/video/bfLFHp7Sbkg/w-d-xo.html

  • @venkatesh2788
    @venkatesh2788 3 ปีที่แล้ว

    Bro can we sell digital product using HTML, except WordPress.
    If you know make a video
    Please reply me

  • @chubamoa3640
    @chubamoa3640 3 ปีที่แล้ว +1

    You look like the handsome version of the "im somewhat of a scientist myself " guy ....sorry i forgot the name

  • @vitughost6778
    @vitughost6778 3 ปีที่แล้ว

    Make a wp theme with acf and cpt

  • @StefTechSurfer
    @StefTechSurfer 3 ปีที่แล้ว +1

    Seems complicated, why not just stick with a WP theme?

  • @aichawazzan4265
    @aichawazzan4265 3 ปีที่แล้ว +1

    تبارك الله عليك بنتي فروحني بنات مرحبا عند خالتكم عائشة

  • @waleedjanjua9190
    @waleedjanjua9190 3 ปีที่แล้ว

    @web dev simplified hi! kindly make a project video on react bootsrap

  • @DailyIntern
    @DailyIntern 3 ปีที่แล้ว

    First here! Nice content.

  • @ZARRKK
    @ZARRKK 3 ปีที่แล้ว

    I wonder if this is sponsored video by vercel or Frontity .

  • @Hartley94
    @Hartley94 3 ปีที่แล้ว

    ❤️️❤️️❤️️

  • @JordanAF808
    @JordanAF808 3 ปีที่แล้ว

    How much do you love saying Frontity a bunch of times, hahaha!

  • @namashaggarwal7430
    @namashaggarwal7430 3 ปีที่แล้ว

    Awesome video,
    Could you please make a tutorial on how to make a clone of " tinder " ?

  • @aldrinjenson
    @aldrinjenson 3 ปีที่แล้ว

    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?

  • @prashantdulal5796
    @prashantdulal5796 3 ปีที่แล้ว

    Please build one homework sharing website like Google classroom .
    like this if you also want him to make this.

  • @Plrang
    @Plrang ปีที่แล้ว

    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.

  • @ahmedthebest
    @ahmedthebest 3 ปีที่แล้ว

    can you show us how to get to start with war the
    all of that tutorials on TH-cam right now it's very outdated
    and not directly to the point

    • @ahmedthebest
      @ahmedthebest 3 ปีที่แล้ว

      @@anonymousperson9929
      thank you for the link I just
      want a Ward dress crash course up-to-date

  • @CodingUnited
    @CodingUnited 3 ปีที่แล้ว

    Is there a Vue 3 equivalent for frontity?

  • @vishallondhe7298
    @vishallondhe7298 3 ปีที่แล้ว

    !First

  • @digwillhachi
    @digwillhachi 2 ปีที่แล้ว +1

    unfortunately Frontity is dead now.

  • @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.

  • @lochanpokharel
    @lochanpokharel 3 ปีที่แล้ว

    HEyy

  • @DIN_A8
    @DIN_A8 3 ปีที่แล้ว

    Its like Chisel/Twig, but sexy...

  • @Ajaykumar-nn8bp
    @Ajaykumar-nn8bp 3 ปีที่แล้ว

    Can i work along with you?
    Only if u like my skills

  • @pratikkeni
    @pratikkeni 3 ปีที่แล้ว

    Why this guy always bashes older tech stacks ??

  • @DaRealTT
    @DaRealTT 3 ปีที่แล้ว

    Try making a Laravel App. I bet you never knew how to make one!
    More info: laravel.com/