-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
wp.element - export lazy and Suspense #14412
Merged
Merged
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
00fe1c5
wp.element - export lazy and Suspense
4f5c72f
Merge branch 'master' of github.com:WordPress/gutenberg
bc38279
Merge branch 'master' into add/lazy-suspense
a1b1d82
npm run docs:build
1573cc4
Merge branch 'master' of github.com:WordPress/gutenberg
1010297
Merge branch 'master' into add/lazy-suspense
391c0ec
Merge branch 'master' of github.com:WordPress/gutenberg
2a4295b
Merge branch 'master' into add/lazy-suspense
ac23f04
cleanup
c0af4be
docs build
a213c9c
Update README
oandregal 7afbe67
Merge branch 'master' of github.com:WordPress/gutenberg
a411f67
Merge branch 'master' into add/lazy-suspense
bb22466
add lazy & Suspence with links to react docs
e9b80ef
Merge branch 'add/lazy-suspense' of github.com:WordPress/gutenberg in…
1c13a72
README from master
1466b25
npm run docs: build
2d35325
Update react.js
gziolo 6fc1d50
Update README.md
gziolo 696d728
Update CHANGELOG.md
gziolo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@nosolosw had a good idea to add the link to the original function description in React docs. See #14425.
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.
Nice, i updated my PR to use this format in bb22466