Update documentation to align terminology, clarify project stages, and improve consistency; add RECOMMENDATIONS.md for project-specific guidance.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
- Minimize global state; prefer streaming data in RSC where possible.
|
||||
|
||||
## 5. Data-Heavy Views
|
||||
- Virtualize large tables (transactions, events); paginate server-side.
|
||||
- Virtualize large tables (records, events); paginate server-side.
|
||||
- Background refetch for webhook-driven updates; avoid full-page reloads.
|
||||
- Show skeletons and incremental data rather than blank states.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user