Welcome to the source of ReasonReact!

Files overview:

## Bindings

- `React`: bindings to React.
- `ReactDOM`: bindings to ReactDOM.
- `ReactDOMServer`: bindings to ReactDOMServer.
- `ReactEvent`: bindings to React's custom events system.
- `ReactDOMStyle`: bindings to create `style` objects.

## Extra

- `ReactTestUtils`: helpers for testing your components
- `ReasonReactErrorBoundary`: component to catch errors within your component tree
- `ReasonReactRouter`: a simple, yet fully featured router with minimal memory allocations
