-
Notifications
You must be signed in to change notification settings - Fork 61
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
template performance problems #23
Comments
That's interesting. I will consider that point.
Could you provide an example?
I don't think so. But will be considered. |
It follows from these lines of file boot-server.tsx:
It depends on how widely the Redux store is used in the project. If widely then converting a large repository to JSON string can be comparable to the other HTML |
the first render is collect tasks from component's constructor, but we do'nt need to travel all node for collect tasks on most use cases(only on entry PageComponents).
i guess you want fast ssr for first loading and get reduxState later.
|
Hi,
First, I must say that your template helped me a lot in beggining development on .Net Core + React. Thanks.
But technologies is in progress and I have some questions for this template development:
The text was updated successfully, but these errors were encountered: