Skip to content

Commit bfd78a9

Browse files
committed
update readme
1 parent 423f2d5 commit bfd78a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Further, avoiding complexity like two-way data bindings, or the spaghetti engend
2323

2424
## Support for Legacy Platforms
2525

26-
`ImmutableData-Legacy` is a subset of the functionality in our original `ImmutableData` project. To support legacy platforms, we made some changes. Some of these changes — like migrating from `Observable` to `Combine` when notifying components that Selector Outputs have changed — are implementation details that should not affect how product engineers build components. The biggest change to our *interface* — the `public` API that product engineers need — is that Selectors only accept single Dependency Selectors. We do not support variadic types and parameter packs in this version of our infra.
26+
`ImmutableData-Legacy` is a subset of the functionality in our original `ImmutableData` project. Some of the changes — like migrating from `Observable` to `Combine` when notifying components that Selector Outputs have changed — are implementation details that should not affect how product engineers build components. The biggest change to our *interface* — the `public` API that product engineers need — is that Selectors only accept single Dependency Selectors. We do not support variadic types in this version of our infra.
2727

2828
## Requirements
2929

0 commit comments

Comments
 (0)