Hello all,
We are currently working on a project that contains many pages each on a single file using react .js. However, we faced a problem regarding retrieving data from the database on multiple pages except for the master page of the sign-up page.
How can we get users’ data on the other pages?
We have already tried the user.get and it didn’t work.
Thank you.