Zach Silveira
Zach Silveira
I forgot I did add that a month or so back. "maybe an hack like refresh page/remount component would made me move to another component" sorry, i want to remake...
You can use css-in-js libraries like emotion or styled-components without any extra work. If you want to import normal CSS files, you can create a gutenblock.config.js inside your blocks folder...
So I haven’t thought about this issue, because I was referring to using css inside of the editor itself. In our projects, we actually query the Wordpress database direct and...
Yes, we have a node server that pulls out the blocks and returns it to our react front end.
Easier way is to grab the blocks as json, i made a parser myself but oh man is the code a little crazy. I could share it. It's a node...
This weekend I'll make a new repo with that node script and explain how we dont use the save method and have a block renderer example as well, that pulls...
Thanks I think it’s because of the package definition name in the php file I need to change. Will look into it in a bit
hmm, is it really from the `registerBlockType("${pluginName}", Block)` thats weird to me. Feel like it should be going by the plugin package name in the php file no?
thats annoying... will work on this later this week too
If you could make a pr for this I will accept. Sorry it took so long, I don’t have much time to work on this but would like to keep...