Skip to content

Commit f459a45

Browse files
gen-readme
1 parent 043a2c7 commit f459a45

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,6 @@ export default ErrorBoundary;
17901790

17911791
#### Concurrent React
17921792

1793-
<<<<<<< HEAD
17941793
The Concurrent React APIs (`Suspense`, `useTransition`, `useDeferredValue`, `startTransition`, `use`) let you keep the UI responsive while React renders work in the background or waits for data. They're all stable as of React 18 and gained additional capabilities in React 19.
17951794

17961795
#### `Suspense`
@@ -1936,9 +1935,7 @@ The standalone version does not provide an `isPending` flag — use the hook if
19361935
#### See also
19371936

19381937
- [`useActionState`, `useFormStatus`, `useOptimistic`](https://react.dev/reference/react) — built on top of transitions
1939-
- # [Server Components and `'use server'`](https://react.dev/reference/rsc/server-components)
1940-
_Not written yet._ watch [https://github.com/sw-yx/fresh-async-react](https://github.com/sw-yx/fresh-async-react) for more on React Suspense and Time Slicing.
1941-
> > > > > > > main
1938+
- [Server Components and `'use server'`](https://react.dev/reference/rsc/server-components)
19421939

19431940
[Something to add? File an issue](https://github.com/typescript-cheatsheets/react/issues/new).
19441941

0 commit comments

Comments
 (0)