Why React example does not use Async call to fetch json of requested page | Community
Skip to main content
New Participant
June 18, 2020
Solved

Why React example does not use Async call to fetch json of requested page

  • June 18, 2020
  • 2 replies
  • 2255 views

I am following this tutorials: https://github.com/adobe/aem-sample-we-retail-journal

Here, all the child pages JSON is stored into __INITIAL_STATE__ id. 

I want to know why it is done in this way, can someone please explain?

Instead what if I navigate on different links and then on click of each links if I call model json of that page via Async fetch and then accordingly set __INITIAL_STATE__ id. What problem in this approach? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Can you please check the latest sample project for the implementation https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd-events

 

I am not a react expert so actually can't comment on approach but you can have a look to another sample SPA project from Adobe.

2 replies

New Participant
June 23, 2020

I do not understand why you guys accept wrong answer as correct answer!!!!! crazy

kautuk_sahni
Employee
June 24, 2020
Thank you for the feedback. we have marked it as incorrect.
Kautuk Sahni
arunpatidar
arunpatidarAccepted solution
New Participant
June 20, 2020

Hi,

Can you please check the latest sample project for the implementation https://github.com/Adobe-Marketing-Cloud/aem-guides-wknd-events

 

I am not a react expert so actually can't comment on approach but you can have a look to another sample SPA project from Adobe.

Arun Patidar
New Participant
June 22, 2020
thanks, yes i know