front / gutenberg-js

JavaScript only version of the WordPress Gutenberg editor (DEPRECATED)
GNU General Public License v2.0
390 stars 42 forks source link

Question: BlockEditor vs gutenberg-js #34

Open real-ashwin opened 4 years ago

real-ashwin commented 4 years ago

BlockEditor in gutenberg says that This module allows you to create and use standalone block editors. . Is this library the same as using the @wordpress/block-editor npm package from gutenberg?

SofiaSousa commented 4 years ago

Yes, it's the same. Gutenberg-js was just a way to put all the Gutenberg packages together when they weren't published as npm public packages.

Note that Gutenberg-js is deprecated.

PedroPotango commented 10 months ago

I am also a bit deprecated. Thanks for the great work!