akr4 / gatsby-plugin-og-image

A gatsby plugin that generates og:image
MIT License
1 stars 0 forks source link

Transpile functions? #1

Open motleydev opened 4 years ago

motleydev commented 4 years ago

I'm trying to figure out how to transpile my function so I can re-use React markup and renderToStaticMarkup for more manageable templates. Any suggestion on a good approach here?

akr4 commented 4 years ago

That's a good idea. I don't know how to do that though. Node API's createPage takes component parameter and somehow create it. It might be helpful.