-
Notifications
You must be signed in to change notification settings - Fork 376
Closed
Labels
Description
Right now we require contributors write demos in TSX in our integration suite for typechecking purposes. These demos are often copied from MD files, types added haphazardly, and many are out of date from the MD files.
We should set goals for what we want this integration suite to accomplish. Some possible goals are:
- Typechecking published examples outside of what
ts-jestcould - Interaction testing complex interactions outside of what Jest can
- Only requiring a single set of Typescript demos rather than the 2 sets we have now
- Contributors only have to write their demo once.
- Examples are documented in Typescript for our increasing number of Typescript consumers.
- Verifying react-inline-edit-extension, react-topology, and react-virtualized-extension per feat(react-inline-edit-extension): convert to TS #4073 (review)