You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-tools/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,8 @@
155
155
- [ ] Index: Non-keyed list iteration (rendered nodes are keyed to an array index). This is useful when there is no conceptual key, like if the data consists of primitives and it is the index that is fixed rather than the value.
156
156
- [ ] RestrictedRoute (maybe)
157
157
- [ ] ErrorBoundary (?? error event listener)
158
-
- [ ] Suspense: Suspence compontent react-like for async component
158
+
- [ ] LazyComponent: Async component loading by path and fallback for suspense
0 commit comments