Combining symbols with react components

Hi @mehmetkose!

Yes, you can combine content within Builder with external data sources such as Airtable. One way to do that is to use data binding within the Builder editor. These two tutorials go over how to accomplish that: https://www.builder.io/c/docs/guides/connecting-api-data and https://www.builder.io/c/docs/guides/advanced-data.

The other way to do it is to pass data into the Builder component as a prop within your code. To do that, have a look at this forum post, particularly the section on “passing down data and actions.” Once you pass that data into the component, it can be used within your symbol. The data will be available on the state object.

1 Like