front / gutenberg-js

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

Question: BlockEditor vs gutenberg-js #34

Open real-ashwin opened 5 years ago

real-ashwin commented 5 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 5 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 1 year ago

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