• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

virusword.com

Learn Wordpress

  • Home
  • WordPress Shop
    • Fotopress
    • SEO Tool Kit
    • Social Contact
    • Tag Machine 2
    • Video Profits
  • Latest News
  • WordPress
    • Plugins
    • Themes
    • Tutorials
    • Videos
    • Woocommerce
  • About Us
  • Contact Us
    • Terms of Service
    • Privacy Policy
  • Show Search
Hide Search
Home/Videos/How To Use Frontity To Create A Headless WordPress Theme With React

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



๐Ÿšจ IMPORTANT:

Checkout Frontity: https://bit.ly/frontity-webdevsimplified

Frontity is an incredible tool for creating headless WordPress sites using React. It takes all the pain of dealing with PHP and WordPress directly and wraps it up into a nice and easy to use container. In this video I will show you how to use Frontity to create a simple WordPress theme with React and also how to use React Spring to add custom page transitions to your WordPress site.

๐Ÿ“š Materials/References:

GitHub Code: https://github.com/WebDevSimplified/Frontity-Blog

๐Ÿง  Concepts Covered:

– How to create a Frontity site
– How to add page transitions in Frontity
– Why React is so much nicer to work with for WordPress themes

๐ŸŒŽ Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified

โฑ๏ธ Timestamps:

00:00 – Introduction
00:41 – Demo
01:13 – Create Initial Project
04:50 – Frontity Packages Explained
08:45 – Most Important Components
09:44 – Modifying Styles
10:43 – Page Transitions
15:19 – Deployment
18:22 – Outro

#Frontity #WDS #HeadlessWordPress

source

Written by:
Abdul Wahid
Published on:
February 1, 2022

Categories: VideosTags: frontity, frontity getting started, frontity guide, frontity js, frontity react, frontity react js, frontity react wordpress, frontity reactjs wordpress, frontity theme, frontity tutorial, frontity tutorial wordpress, frontity vs gatsby, frontity wordpress, headless wordpress, js, react js, react wordpress theme, react wordpress theme development, react wordpress tutorial, reactjs wordpress, reactjs wordpress theme, reactjs wordpress tutorial, webdevsimplified, wordpress react, wordpress themes

Reader Interactions

Comments

  1. imran Kabir

    February 1, 2022 at 8:06 pm

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

  2. The Theology Channel

    February 1, 2022 at 8:06 pm

    ok … good tutorial but was hoping to see this working along with wordpress…. how come you did not show that functionality???

  3. Deven Sitapara

    February 1, 2022 at 8:06 pm

    I am sure we cant use this framework for custom customer panel in our wp

  4. Yinon Elbaz

    February 1, 2022 at 8:06 pm

    Honestly, great video!

  5. Jonas Wolfram

    February 1, 2022 at 8:06 pm

    Its like Chisel/Twig, but sexy…

  6. Sleep

    February 1, 2022 at 8:06 pm

    Can this work with page builders like elementor?

  7. Pathar Piyush

    February 1, 2022 at 8:06 pm

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

  8. Jordan Foster

    February 1, 2022 at 8:06 pm

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

  9. Pratik keni

    February 1, 2022 at 8:06 pm

    Why this guy always bashes older tech stacks ??

  10. Muhammad Rizqi Ardiansyah

    February 1, 2022 at 8:06 pm

    Frontity is honestly underrated…

  11. S K

    February 1, 2022 at 8:06 pm

    This channel deserves 5M subscribers

  12. Stef Tech Surfer

    February 1, 2022 at 8:06 pm

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

  13. Peep WebDev

    February 1, 2022 at 8:06 pm

    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.

  14. Vardan Israelyan

    February 1, 2022 at 8:06 pm

    how do you import this theme into WordPress?
    i mean – how do you make your custom themes appear in the list of themes in WordPress dashboard?

  15. Dainsleif

    February 1, 2022 at 8:06 pm

    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

  16. Astis dgls

    February 1, 2022 at 8:06 pm

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

  17. Christopher Luis Fernando Martinez

    February 1, 2022 at 8:06 pm

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

  18. Christopher Luis Fernando Martinez

    February 1, 2022 at 8:06 pm

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

  19. Joel Yesupriya

    February 1, 2022 at 8:06 pm

    Adding my wordpress to the source section just leads to a 404… In fact, adding wp-json to to the end of my website doesn't lead anywhere. Help!

  20. Cybertron

    February 1, 2022 at 8:06 pm

    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?

  21. vitu ghost

    February 1, 2022 at 8:06 pm

    Make a wp theme with acf and cpt

  22. Stambaugh Designs

    February 1, 2022 at 8:06 pm

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

  23. Nanof Urbiznis

    February 1, 2022 at 8:06 pm

    dude I'm so excited to use this, but it seems fairly new so I'm still worried about stability and bugs…
    after doing freelance work for a while I've just come to accept there's no faster and better value/time platform to use other than wordpress, but I just really hate the custom theme process and working with PHP, it's a big pain in the ass for me. A theme in WordPress that takes me 3 days to make would take me half a day with React because I'm much more used to it (and used it a lot with Nextjs too).

  24. Will Armstrong

    February 1, 2022 at 8:06 pm

    Honestly, great technology.

  25. L4 Webdesign

    February 1, 2022 at 8:06 pm

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

  26. Mrkan Alelgn

    February 1, 2022 at 8:06 pm

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

  27. MasHuda

    February 1, 2022 at 8:06 pm

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

  28. AtNine Gaming

    February 1, 2022 at 8:06 pm

    Would love a whole video on react-spring!

  29. DC

    February 1, 2022 at 8:06 pm

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

  30. Giuseppe Argento

    February 1, 2022 at 8:06 pm

    Amazing!

  31. tt2806

    February 1, 2022 at 8:06 pm

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

  32. Venkatesh27

    February 1, 2022 at 8:06 pm

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

  33. Patrick Pierre

    February 1, 2022 at 8:06 pm

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

  34. Sid Wahi

    February 1, 2022 at 8:06 pm

    Thanks Kyle, this was super useful

  35. Willmakk

    February 1, 2022 at 8:06 pm

    front titty huehuehuehuehuehuehuehue

  36. Qui Nguyen

    February 1, 2022 at 8:06 pm

    This is one time following instruction that I can build it successfully on my localhost. Thanks Kyle so much. Last time I spent a bund of time to watch a series of videos of another guy. But I couldn't build it successfully and I saw my comments from his channel said them same. Kyle, you did a great job. I am a WordPress developer and I am learning React. This topic attracted me so much. So I decided to learn Mastering React course from Mosh Hamedani. Thanks a lot for your video!!!

  37. Prashant Dulal

    February 1, 2022 at 8:06 pm

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

Primary Sidebar

Wordpress

  • Content Management Systems (2)
  • Digital Marketing (4)
  • Internet Marketing (28)
  • Latest News (458)
  • Online Business (2)
  • Plugins (519)
  • Themes (521)
  • Videos (1,350)
  • Website Development (1)
  • Woocommerce (589)
  • WordPress (6)

Recent Articles

Unlock Your Internet Marketing Potential with WordPress: Tips, Tools, and Strategies

How to Use WordPress to Achieve Your Internet …

Continue Reading about Unlock Your Internet Marketing Potential with WordPress: Tips, Tools, and Strategies

Unlock Your Internet Marketing Potential: Harnessing the Power of WordPress

How to Use WordPress to Achieve Your Internet …

Continue Reading about Unlock Your Internet Marketing Potential: Harnessing the Power of WordPress

Search our site

Explore more

Get our Wordpress Guide Get Plugins Get Connected

Footer

VirusWord by Promaps, Inc.

Barnes Place
Colombo 7, Western 00700

Copyright © 2025 ยท Promaps, Inc.

Keep In Touch

  • Email
  • Facebook
  • Instagram
  • Pinterest
  • Twitter