WordPress / gutenberg-examples

Examples for extending WordPress/Gutenberg with blocks.
1.2k stars 315 forks source link

Add Example for using React on front-end with blocks #145

Open ivanjeremic opened 3 years ago

ivanjeremic commented 3 years ago

Can we have a minimalistic example with a Gutenberg Block which can use React on the font-end? Thanks

timba64 commented 1 year ago

Hi Ryan, I think that we need this example! Please! I inserted react-countup (external component, animated number) in edit function (that's ok), but what should I to do in save function ? Or I should make this block as dynamic block?