Docs
Language Manual
  • Introduction
  • Cheatsheet
JavaScript
  • BuckleScript
  • ReasonReact
  • GenType
API
Overview
JavaScript
  • Belt Stdlib
  • Js Module
PlaygroundBlogCommunity
  • Playground
  • Blog
  • Community
  • Twitter
  • Discord
  • Github
ReasonReactv0.7
Getting Started
  • Introduction
  • Installation
  • Intro Example
Core
  • Components
  • JSX (Version 3)
  • Event
  • Style
  • Router
  • Working with DOM
  • Refs in React
ReactJS Idiom Equivalents
  • Invalid Prop Name
  • Props Spread
  • Component as Prop
  • Ternary Shortcut
  • Context & Mixins
  • Custom Class / Component Property
Record API (deprecated)
  • JSX (Old, v2)
  • Creation, Props & Self
  • Render
  • Callback Handlers
  • State, Action & Reducer
  • Lifecycles
  • Instance Variables
  • React Ref
  • Talk to Existing ReactJS Code
  • cloneElement
  • Children
  • Subscriptions Helper
  • Router
Miscellaneous
  • FAQ
Docs / ReasonReact / PropsSpread

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.