Commit Graph

3 Commits

Author SHA1 Message Date
Rickard Andersson bc65e70e64 docs: add note about `Distinct` == `newtype` 2023-08-03 11:48:42 +03:00
Rickard Andersson 15ce507220 fix(app): fix render step for older version of `react-dom` 2023-08-03 11:31:15 +03:00
Rickard Andersson b55c88fec5 feat(dev): add `Distinct` type
Useful for creating types that are stored as other types (usually
primitives) but are represented as distinct in the type system.
Canonical example exists in documentation.
2023-08-03 11:01:01 +03:00