Skip to content
Discussion options

You must be logged in to vote

Hi @smuzka. Yes there is something we have beeen using internally at 10up/Fueled which we recently open-sourced in a more generic/usable way but I'm not sure it would work with ACF Blocks as I'm not very familiar with it, what I'm going to describe assumes you are building custom blocks using the official WordPress API.

We are calling this "Universal Blocks", i.e, blocks that you create in React that can be rendered anywhere.

We still lack public documentation but the pieces you would need are all already available. Note: the public API is pretty much in beta and subject to change.

The first thing you would need is https://github.com/10up/headstartwp/tree/develop/packages/block-primitives

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@smuzka
Comment options

@nicholasio
Comment options

@nicholasio
Comment options

Answer selected by nicholasio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants