-
Notifications
You must be signed in to change notification settings - Fork 50.7k
Closed
Labels
Component: Component APIResolution: StaleAutomatically closed due to inactivityAutomatically closed due to inactivityType: Feature Request
Description
High performance Map implementations are starting to appear in modern web browsers. By supporting the Map interface users can now instead supply props as an Immutable.js or ClojureScript Map instance. This change would not even require providing an equality hook for the first pass as users can memoize props themselves.
For users embracing immutable data this is a huge change, it means that styles can be defined in code, overridden and shared efficiently. React DOM elements with memoized immutable props can be skipped over, etc.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: Component APIResolution: StaleAutomatically closed due to inactivityAutomatically closed due to inactivityType: Feature Request