Here in this blog i'm going to make you learn and understand "registerBlockType()" function through a brief video from Zac Gordon and this function will be used to register your custom block and it's made available in global scope.
registerBlockType() function accepts two parameters:
Block name – This is a string ... Read More