Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how I render my data to the other.jsx #2

Open
moxiaobei2 opened this issue Aug 11, 2016 · 1 comment
Open

how I render my data to the other.jsx #2

moxiaobei2 opened this issue Aug 11, 2016 · 1 comment

Comments

@moxiaobei2
Copy link

I query a sql for results to other.jsx,other.jsx how to get the right result?

@larvata
Copy link

larvata commented Nov 5, 2016

There are many ways to display the query results on your page.

  1. fetch data from backend dehydrate it to a JSON string and push it to the frontend side.
  2. create a query API and call it when your other component did mount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants