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

[Issue #352]: React suspense example #355

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rylew1
Copy link
Contributor

@rylew1 rylew1 commented Jun 24, 2024

Ticket

Resolves #352

Changes

  • Add an example with multiple suspense boundaries and different loading times

Context for reviewers

Screen.Recording.2024-06-24.at.11.39.37.AM.mov

@rylew1 rylew1 requested review from a team, acouch and lorenyu June 24, 2024 18:40
Copy link

Coverage report for app

St.
Category Percentage Covered / Total
🟢 Statements 93.1% 81/87
🟢 Branches 82.35% 14/17
🟢 Functions 93.33% 14/15
🟢 Lines 93.59% 73/78

Test suite run success

16 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from 2898014


const InstantLoadGreeting = () => {
return <h3>This should load instantly!</h3>;
};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could use translation strings - just haven't done that yet

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.

React Suspense example
1 participant