A Record.Factory is created by the Record() function. Record instances
are created by passing it some of the accepted values for that Record
type:
Note that Record Factories return Record<TProps> & Readonly<TProps>,
this allows use of both the Record instance API, and direct property
access on the resulting instances:
A Record.Factory is created by the
Record()function. Record instances are created by passing it some of the accepted values for that Record type:Note that Record Factories return
Record<TProps> & Readonly<TProps>, this allows use of both the Record instance API, and direct property access on the resulting instances: