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

Improve performance with static rendering & code splitting #16

Merged
merged 4 commits into from
Aug 18, 2017
Merged

Conversation

vivshaw
Copy link
Owner

@vivshaw vivshaw commented Aug 18, 2017

By adding react-snapshot we can make our first paints a bit quicker, and by using react-loadable to code split on routes we can get our time to interaction down too. This helps out with some of #15, though not all.

@vivshaw vivshaw merged commit 655e160 into master Aug 18, 2017
@vivshaw vivshaw deleted the perf branch August 18, 2017 06:06
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

Successfully merging this pull request may close these issues.

1 participant