-
Notifications
You must be signed in to change notification settings - Fork 4
Update page copy #155
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
base: main
Are you sure you want to change the base?
Update page copy #155
Conversation
| - Production-ready patterns over basic implementations | ||
| - Real-world scenarios over simplified examples | ||
| - Documentation over dependencies | ||
| - Documentation on dependencies |
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.
this changed the message, it's not what we're going for
| 10. Deploy project with the new reports | ||
| 11. Upload the report (artifact) to the GitHub UI for a period of 30 days | ||
| 10. Deploy the project with the new reports | ||
| 11. Upload the report (artefact) to the GitHub UI for a period of 30 days |
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.
are you sure? we always use "artifacts"
| ### Performance | ||
|
|
||
| - **Memoize filtered data**: Use `useMemo` for filtered results in search | ||
| - **Memorise filtered data**: Use `useMemo` for filtered results in search |
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.
Memoization is a computer thing:
https://en.wikipedia.org/wiki/Memoization
| "scripts": { | ||
| // ... existing scripts | ||
| "analyze": "ANALYZE=true next build", | ||
| "analyse": "ANALYZE=true next build", |
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.
code is usually US
| name: next-build-and-reports | ||
| path: | | ||
| .next/analyze | ||
| .next/analyse |
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.
can't change this as well
| name: next-build-and-reports | ||
| path: | | ||
| .next/analyze | ||
| .next/analyse |
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.
same
No description provided.