fix: memoize components and improve performance (#579)
This commit is contained in:
parent
a13368cfcd
commit
e839007580
16 changed files with 453 additions and 232 deletions
|
|
@ -9,7 +9,7 @@ interface BlockStreamHandlerProps {
|
|||
streamingData: JSONValue[] | undefined;
|
||||
}
|
||||
|
||||
export function PureBlockStreamHandler({
|
||||
function PureBlockStreamHandler({
|
||||
setBlock,
|
||||
streamingData,
|
||||
}: BlockStreamHandlerProps) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue