How to create an advanced dynamic web app in Gatsby?

I am creating an advanced dynamic webapp and will have many APIs and trying to integrate it with Gatsby because of multiple advantages of gatsby, esp. when it comes to user experience.

We can use Gatsby if we chose PlasmicLoader, but can Codegen code be also integrated to Gatsby?

Hi @exotic_ox yes codegen works with Gatsby

Thanks @yang , Do we have any tutorial of using codegen with Gatsby for dynamic app? The Gatsby page in docs seems to show only PlasmicLoader and only pull the pages individually but in that approach I guess we are not able to customise the code to add dynamic pulling of data from some API’s

The docs for codegen are in their own section here, and aren’t broken up by react framework since they are largely treated the same:

https://docs.plasmic.app/learn/codegen-guide/