File tree 2 files changed +3
-3
lines changed
06-imperative-react/lecture
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ function Pending({ children }: { children: React.ReactNode }) {
309
309
310
310
// Notes:
311
311
// 1. useActionState is designed to "reduce" state sequentially. This means if we
312
- // rapid-click the form we get less-idea results:
312
+ // rapid-click the form we get less-than-ideal results:
313
313
// Issues:
314
314
// - Without startTransition, each action when it sets state waits for the previous
315
315
// action to finish.
Original file line number Diff line number Diff line change 1
1
import * as ReactDOM from 'react-dom/client'
2
2
import { LessonBody , LessonCard } from '~/Lesson'
3
3
// import { App } from './app.final'
4
- // import { App } from './app.popover.final'
5
- import { App } from './app'
4
+ import { App } from './app.popover.final'
5
+ // import { App } from './app'
6
6
import './styles.css'
7
7
8
8
ReactDOM . createRoot ( document . getElementById ( 'root' ) ! ) . render (
You can’t perform that action at this time.
0 commit comments