Move static type checking above PropTypes

This commit is contained in:
Sophie Alpert
2018-05-29 09:47:37 -07:00
parent db71d03183
commit 3e87993047

View File

@@ -38,10 +38,10 @@
items:
- id: jsx-in-depth
title: JSX In Depth
- id: typechecking-with-proptypes
title: Typechecking With PropTypes
- id: static-type-checking
title: Static Type Checking
- id: typechecking-with-proptypes
title: Typechecking With PropTypes
- id: refs-and-the-dom
title: Refs and the DOM
- id: uncontrolled-components