Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 283 Bytes

props-spread.md

File metadata and controls

5 lines (4 loc) · 283 Bytes
title
Props Spread

You can't. Props spreading is a big source of unpredictability and performance regression (think shouldComponentUpdate). Our API prevents this. If you reaaaaally need it for binding to existing ReactJS components, see this section.