Gutenberg: How to use block attributes with ServerSideRenderer?
Yes, and it works exactly the same as any other block, no fake attributes are necessary. When the JS needs to display the component it will make the AJAX request to fetch the markup and pass the attributes with it. The important part to note is that a block in the block editor is still … Read more