block-editor-ssr
block-editor-ssr copied to clipboard
Server Side render your interactive React Gutenberg blocks
Results
2
block-editor-ssr issues
Sort by
recently updated
recently updated
newest added
When trying to use the `useApiFetch()` hook from this plugin, react-dom throws the following error: ``` Uncaught Error: Invalid hook call. Hooks can only be called inside of the body...
Thank you so much for this! I've been trying to build something similar on my own but not having much success. If you use `register_block_type_from_metadata` to register a block it...