Skip to content

Commit d367682

Browse files
committed
1 parent aea4a75 commit d367682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/docs/manual/latest/shared-data-types.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ Unlike most compiled-to-js languages, in ReScript, **you don't need to write dat
3838
- Lazy values.
3939
- Everything else.
4040

41-
The non-shared types need your manual conversions if you want to export them for JS consumption. For a seamless JS / TypeScript / Flow integration experience, you might want to use [genType](https://github.com/cristianoc/gentype) instead of doing conversions by hand.
41+
Many of these are stable, which means that you can still serialize/deserialize them as-is without manual conversions. But we discourage actively peeking into their structure otherwise.
42+
43+
These types require manual conversions if you want to export them for JS consumption. For a seamless JS/TypeScript/Flow integration experience, you might want to use [genType](https://github.com/cristianoc/gentype) instead of doing conversions by hand.

0 commit comments

Comments
 (0)