Skip to content

Instantly share code, notes, and snippets.

View PeterlitsZo's full-sized avatar
🇨🇳
learning in Soochow University

peterlits zo PeterlitsZo

🇨🇳
learning in Soochow University
View GitHub Profile
@PeterlitsZo
PeterlitsZo / App.tsx
Created January 29, 2024 08:44
在列表中重渲染
import { useState } from 'react'
import './App.css'
interface All {
h1: string;
txt: string;
has_button: boolean;
}
interface PureItemProps {