Hello all,
I was experimenting with this official tutorial:
I have some questions about Hybrid approach:
Question 1: is beeing said that we should create two models: Data and Section Model. Lets assume I created BlogPostDataModel and BlogPostTemplateSectionModel I also created a content based on data Model lets call it ‘blog-post-1’ with all the fields now according to the article I should add reference from SectionModel to my DataModel and set previewURL
I added the reference to created blog post
but when I want to set Dynamic URL i do not have an access to referenced object so i cant set a proper slug:
Is something changed since the date of publish of this tutorial ? How can I enrich those fields to get w reference and proper slug. It would make sense if we would add additional field called slug/urlHandler not on Data Model but rather on Section Model and then use it via reference. Please advise
Question 2:
Is there more resource on React SDK v2 already ?
Cheers