返回 Skill 列表
extension
分类: 开发与工程无需 API Key

client-side-cache-normalization

实现一个标准化的实体缓存,以维护React应用程序中的数据一致性。

person作者: jakexiaohubgithub

Client-Side Cache Normalization

Summary

Implement a normalized entity cache to maintain data consistency across a React app.

Key Capabilities

  • Flatten nested API responses.
  • Automatic UI updates.
  • Garbage collect entities.

PhD-Level Challenges

  • Handle polymorphic data types.
  • Resolve relationships.
  • Optimize read performance.

Acceptance Criteria

  • Demonstrate consistency.
  • Provide a schema.
  • Benchmark retrieval speeds.