From 350e109ee0234427910f531acac2ca90d784e7d6 Mon Sep 17 00:00:00 2001 From: James Manning Date: Tue, 26 May 2015 12:32:15 -0400 Subject: [PATCH] state that react 0.13 should just use .d.ts --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1241810..cbd717c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ A binding layer between React and TypeScript. React currently uses a `createClass` function which takes in a component specification and then binds the value of `this`. Unfortunately TypeScript does not support that currently but there are several proposals to do that in the future. React moving to a world which supports ES6 classes will also make this unnecessary. In the meantime, this library quite simple provides a class to extend and factory function to convert the prototype for `createClass`. -This library will change dramatically with the release of React 0.13. The goal -will be to provide traditional React semantics, such as Mixins with the new -ES6 style classes. +If using React 0.13 or later, you can just use the [existing type definitions](https://github.com/borisyankov/DefinitelyTyped/tree/master/react) and not use this project. ## Installation