The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Hello, I am new to the use of Frontity, but I do have a few questions, I hope this is the right place for it!.
Can someone explain me how to :
List products with Frontity.
Show varible products with Frontity
The use of REST API in Frontity.
juanma2
HI @kataviqc
Welcome to the Community!
Working with WooCommerce in a Frontity project has the same challenges than working with WooCommerce from an isomorphic React app.
The most important challenge is that WooCommerce endpoints (those you can use to get the products, categories, …) require authentication through an API Key so you should add this API Key in every request to these endpoints
Here you have a few threads that might be interesting for you to check: