Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Meetup March 30 - Decoding High Performance A Journey into Headless WordPress Awesomeness

Meetup March 30 - Decoding High Performance A Journey into Headless WordPress Awesomeness

Bheru Lal Gameti

March 30, 2024
Tweet

Other Decks in Programming

Transcript

  1. What is Headless WordPress ? Decoupled Architecture: Frontend and backend

    of WordPress are separated. CMS Functionality: WordPress is used only for content creation and management. Frontend Independence: UI layer is handled by technologies like React.js or Vue.js. by Bheru Lal Gameti
  2. Advantages of Headless WordPress Performance Enhanced Security Scalability Modern Libraries

    - React, Vue.js, Angular etc. Content Reusability Ease of Maintenance by Bheru Lal Gameti
  3. Disadvantages of Headless WordPress More Expensive Complexity Learning Curve Plugin

    Limitations Maintainance It isn’t the perfect solution for everyone. by Bheru Lal Gameti
  4. How to Get Started - Prerequisites Understanding of WordPress and

    the WordPress REST API Good understanding of JavaScript Basic knowledge of any JavaScript framework (React, Vue, Next.js etc.) Reading documentation and finding solutions on Google. (Optional) by Bheru Lal Gameti
  5. Front-End Back-End Technology Stack 👨🏻‍💻 Note - All logos are

    the property of their respective brands. by Bheru Lal Gameti
  6. Resources 📚 Next.js - https://nextjs.org/docs Tailwind - https://tailwindcss.com Learn JavaScript

    - https://javascript.info WPGraphQL - https://www.wpgraphql.com/ Repo - https://github.com/iambherulal/headless-wordpress-starter by Bheru Lal Gameti