Important JavaScript Libraries in the WordPress Gutenberg Editor – React, Redux, and More
This video is an excerpt from my Gutenberg Development Course and it goes over some of the important JavaScript libraries that ship with Gutenberg:
- wp.element – React under the hood
 - wp.blocks – (Has changed) functions for helping build blocks
 - wp.components – Core re-usable components
 - wp.i18n – Internationalization
 - wp.data – (Not mentioned in this intro video) Redux under the hood
 
