You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am making a app which gets all data from firebase database on initial load and then use it many child components , so when I fetch data in getInitialProps I can only use it in that page only and can not pass it to child component . I mean I can pass but empty html tags will be sent to source html and then it will populated with content , which I think is not the purpose of nextjs.
Describe the solution you'd like
I want returned object from getIntialProps should be sent to client the way it is used in the app formated in html , in all of child components also . and no NEXTDATA kind of thing should be shipped to client
Describe alternatives you've considered
I didn't find a solution to what I actually want
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Feature request
Is your feature request related to a problem? Please describe.
I am making a app which gets all data from firebase database on initial load and then use it many child components , so when I fetch data in getInitialProps I can only use it in that page only and can not pass it to child component . I mean I can pass but empty html tags will be sent to source html and then it will populated with content , which I think is not the purpose of nextjs.
Describe the solution you'd like
I want returned object from getIntialProps should be sent to client the way it is used in the app formated in html , in all of child components also . and no NEXTDATA kind of thing should be shipped to client
Describe alternatives you've considered
I didn't find a solution to what I actually want
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: