-
Notifications
You must be signed in to change notification settings - Fork 301
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
Updates above-the-fold demo + docs #15
Conversation
Navigate to `<your-electrode-app>/client/components/above-the-fold.jsx.` Following the instructions on how to manipulate the skip prop by directly commenting and uncommenting the `above-the-fold-only-server-render` [component](https://github.com/electrode-io/above-the-fold-only-server-render). | ||
The best way to demo this existing component is actually going to be in your `node_modules.` | ||
|
||
Navigate to `<your-electrode-app>/node_modules/above-the-fold-only-server-render/components/above-the-fold-only-server-render.js` line 29: |
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.
components
should be under lib
folder, can you double check?
/node_modules/above-the-fold-only-server-render/lib
/components/above-the-fold-only-server-render.js
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.
That's right @caoyangs. Updated readme.md with the correct path
Updates above-the-fold demo + docs
use shell exported by gulp helper
Webpack Reporter Redesign
update document
No description provided.