-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
featIssue is a featureIssue is a feature
Description
We need to investigate and integrate a suitable date wrapper for broad use within the SDK.
Two critical factors must be considered:
-
SDK Compatibility and GraphQL Resolver Integration: The date package must fully meet the needs of the SDK, and also for GraphQL resolvers. This is crucial because, during the implementation of these resolvers, specific date conversions are expected. (Refer to related issues 1572 and 1570 for more context.)
-
Package Tree Shaking: It's essential to consider the tree-shakability of the package. This consideration is to ensure that the SDK's overall size isn't unnecessarily increased, maintaining its performance and efficiency.
Note
- Incoming from Feedback - Frontend #1537
Metadata
Metadata
Assignees
Labels
featIssue is a featureIssue is a feature