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
As we iterated, we found that the original general-purpose component needed to pile on functionality, but at the same time, the component performance and use experience were poor due to design flaws.
On the other hand, we don't need to write the component functionality specifically, we just need to write the style that best suits the console
Why there is a task called Table (EachPage)?
We used @tanstack/react-table as a table processing dependency in this refactoring plan.
In addition, the data formats of different pages are not the same, and the functions that need to be displayed are not consistent.
We can only make most of the components reusable as much as possible
The content you are editing has changed. Please copy your edits and refresh the page.
Why?
As we iterated, we found that the original general-purpose component needed to pile on functionality, but at the same time, the component performance and use experience were poor due to design flaws.
On the other hand, we don't need to write the component functionality specifically, we just need to write the style that best suits the console
Why there is a task called
Table (EachPage)
?We used
@tanstack/react-table
as a table processing dependency in this refactoring plan.In addition, the data formats of different pages are not the same, and the functions that need to be displayed are not consistent.
We can only make most of the components reusable as much as possible
Components
The text was updated successfully, but these errors were encountered: