What features you'd like to see in Frontity 2.0?

We want to know: what would you like to see in Frontity 2.0 or in the near future?

  • What are those features that you feel Frontity is missing now?

  • What is that feature that would make you go wow!?

We’d love to hear your thoughts, suggestions, or any other ideas you have. Please feel free to leave them in the comments below. :slight_smile:

2 Likes

If you’d like to see any of the following features, you can vote in this poll if you prefer so:

  • WooCommerce integration
  • WPGraphQL support
  • Static files export
  • More ready-to-use themes
  • Gutenberg blocks
  • Advanced Custom Fields
  • Contact forms integration
  • JWT Authentication integration

0 voters

Thanks!

For now, I’ve been playing with the Frontity framework to create a series of tutorials for continuing my Headless WordPress category.

What I wanted to achieve is to get comments on a post. And I struggled to find a good way to update the state and add custom data to the source. I could get it following the state and such but I would like to see a more API-like approach.
I’ve tried using the .populate() method but that, if I understand correctly, works per “URL”. So what I could do is fill a custom object “comments” inside of state and relate it to a post ID.
What could be more useful would be to use a method such as populate to add additional data only to that one data object we get from source.

Maybe there is one but I’ve missed it. If there is nothing like that, I would like something like that inside of the v2 :slight_smile:

2 Likes

That’s awesome :heart_eyes:

@SantosGuillamot is precisely working on that. The implementation discussion is happening in this topic: Handlers for non-URL data

Could you please share your insights on that topic? We’d love to know if the approach we are trying would work for you!

There is a PR going on here as well: https://github.com/frontity/frontity/pull/225

1 Like

I feel like full compatibility with gutenberg is really a must. I’ve run into a lot of weird edge cases when I’ve changed my API source from the frontity test API url to a blog which has newer posts that use Gutenberg for their final output, and the default mars-theme doesn’t quite properly support Gutenberg created content-body HTML markup.

1 Like

Hey Aslan, thanks a lot for your insights. I’ve been checking and I see that not long ago @SantosGuillamot opened this thread Gutenberg Support. It would be great if you could share there your tests and the problems you have encounter.

2 Likes