I’m trying to use the latest Gutenberg Editor outside from the WordPress ecosystem in my own ReactJS application.
Like the playground used in the storybook
Is there any documentation or guide which can help me better understand where to start and how to decouple Gutenberg Editor from WordPress?
You can think about the example idea: Gutenberg Bloks Editor works like a charm as a WordPress page editor and there is no need to reinvent the weel so I would like to get this part of code/module and use it as a HTML Page/WYSYWIG editor in my CMS that I am going to build.
Advertisement
Answer
Likey, you should use react-gutenberg library for your ReactJS application.