-
Notifications
You must be signed in to change notification settings - Fork 414
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
feat: Setup SSR for website #117
Conversation
* @flow | ||
*/ | ||
|
||
export default function escapeHtml(unsafe: string) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a package for this on npm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dunno, I usually do it by hand
Codecov Report
@@ Coverage Diff @@
## master #117 +/- ##
=======================================
Coverage 97.56% 97.56%
=======================================
Files 19 19
Lines 370 370
Branches 66 66
=======================================
Hits 361 361
Misses 9 9 Continue to review full report at Codecov.
|
@satya164 ready for review. |
Summary
Adds server rendering with critical CSS to the website.
Fixes #29
TODO:
Test plan
tbd